I´m trying to put JPF (ideally with symbc) running but I´m stuck here.
When I do the Verify in Eclipse with one of the .jpf examples (either
in symbc or in jpf-core) I get this message:
"RunJPF.jar not found at: build\RunJPF.jar
Executing command: java -jar C:\Program Files\eclipse\build\RunJPF.jar
+site=C:\Users\Pedro\Dropbox\tese\workspace\jpf\site.properties.properties-windows
+shell.port=4242
C:\Users\Pedro\Dropbox\tese\workspace\jpf-core\src\examples\oldclassic-da.jpf
Unable to access jarfile C:\Program Files\eclipse\build\RunJPF.jar"
I suppose that this is a problem of configuration (the build\RunJPF is
in "C:\Users\Pedro\Dropbox\tese\workspace\jpf-core"). My
site.properties:
# JPF site configuration
#### Change this to represent your actual path jpf #####
jpf.home = ${user.home}/Dropbox/tese/workspace
# can only expand system properties at this point
jpf-core = ${jpf.home}/jpf-core
extensions=${jpf-core}
I know this must be an obvious error, but I´m a newbie here.
Best Regards
Pedro Louro
(1) your site.properties is in ${user.home}/.jpf/site.properties ('user.home' being the value of System.getProperty("user.home"), which you have to check on your Windows version
(2) you have a valid 'jpf-core=<path>' entry in this site.properties
-- Peter
--
Best regards
Mateusz Ujma