Closed czheo closed 8 years ago
Hi,
This looks like a java language exception and I am not sure what caused it. Does running sbt "run-main edu.berkeley.cs.boom.molly.SyncFTChecker"
display the usage details?
@czheo I have it up and running on my ubuntu machine. Have you got c4 and z3 compiled in the lib
folder (git submodule init & update
works for c4 but does not work for Z3, so I clone z3 and run make z3
) and what's your java and scala version?
My Java & Scala version
Scala compiler version 2.11.8 -- Copyright 2002-2016, LAMP/EPFL
java version "1.8.0_101"
Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode)
It seems caused by old Java version. Fixed after I updated Java 6 to 8. @KamalaRamas @at15 Thx!
I tried to run the example on README.md with the command below.
My OS X blamed me with errors.
Any idea about this?