> I would suggest running jpf using the .jpf file you use in Eclipse as
> an argument or replication all the options in it and in the
> jpf.properties file.
Ok, I copied jpf.properties into my the SUT directory.
Now I receive:
Exception in thread "main" java.lang.RuntimeException: ERROR: you need
to turn debug option on
I've found that in the code:
//if debug option was not used when compiling the class,
//then we do not have names of the locals
throw new RuntimeException("ERROR: you need to turn debug option on");
How should I compile my java classes to be JPF compliant? In order to
compile, I just included some jars into the classpath.
> On 23 April 2010 18:04, Muhammad Yousaf<
muhammd...@gmail.com> wrote:
>> I think it would be best for you if you refer to the new website
>>
babelfish.arc.nasa.gov/trac/jpf
>> It has almost all the details how to install and run JPF. The information
>> over there is somewhat scattered. Soon, I will be making a document soon
>> that will list all the steps to install and run JPF on Eclipse. I sure will
>> share that document over here.
I've had no problems running JPF on Eclipse.
--
Laurențiu Dascălu