Hi Yannic,
1. I tried to run your command on src/examples/ByteTest.jpf, and I got "java.lang.NoClassDefFoundError: com/microsoft/z3/Expr". Then after I added "jpf-symbc/lib/*" or just "jpf-symbc/lib/com.microsoft.z3.jar" to the Java classpath, it runs fine. Is this expected? If yes, should I add "jpf-symbc/lib/*", or only "jpf-symbc/lib/com.microsoft.z3.jar" suffices?
2. I see that TestZ3.jpf specifies that the two parameters of testMod should be symbolic, so there should be more than one branch to explore. However, when I run src/examples/TestZ3.jpf, I only got "java.lang.ArithmeticException: div by 0" for the "testMod" method, which seemed like the two parameters are not made symbolic. Is this expected?
Thanks again for your help. I will prepare a reproducible script for installing the SPF and share it here.
Best,
Luke