@nrailgun
2015-11-07T13:44:28.000000Z
字数 1048
阅读 2015
强力软件
Help >> Install New Software
, add http://jmlspecs.sourceforge.net/openjml-updatesite.A few more things you need to do:
Enable JML
in right mouse menu.NOTE: You might encounter "Errors running builder 'JML Builder' on project" while enabling JML. This problem is caused by the layout of you project, you should not select Use project folder as root for src and cls.
NOTE: The OpenJML preference page is in Window -> Preferences -> OpenJML
.
NOTE: Since NO Fucking SMT tool for LINUX
java -jar $INSTALL/openjml.jar -no-purityCheck A.java
java -jar $INSTALL/openjml.jar \
-esc -prover z3_4_3 -exec ${smt-exec} \
-no-purityCheck B.java
You should replace z3_4_3
with yices2
if using yices2
.
java -jar $INSTALL/openjml.jar -rac -noPurityCheck B.java