We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7458c commit 5ce1ea4Copy full SHA for 5ce1ea4
README.md
@@ -5,3 +5,15 @@ This repository contains a version of the Java Class Library (`rt.jar`) that can
5
be used together with
6
[JBMC](https://github.com/diffblue/cbmc/tree/develop/jbmc) to
7
model-check Java code that calls the standard library.
8
+
9
+## Usage
10
11
+Put the `core-models.jar` on the classpath of the application that you
12
+model-check using JBMC, e.g.
13
+```
14
+jbmc -cp .:cprover-api.jar:core-models.jar com.examples.MyClass.foo
15
16
17
+## License
18
19
+[OpenJDK GPLv2 + Classpath Exception](https://github.com/openjdk/jdk/blob/master/LICENSE)
0 commit comments