Skip to content

Commit 5ce1ea4

Browse files
Enhance README wrt Usage and License
1 parent fc7458c commit 5ce1ea4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,15 @@ This repository contains a version of the Java Class Library (`rt.jar`) that can
55
be used together with
66
[JBMC](https://github.com/diffblue/cbmc/tree/develop/jbmc) to
77
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

Comments
 (0)