[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with execution



Hi,

You haven't specified the JDK classpath in your Soot classpath, so it
can't find things like java.lang.Object.  The file you need to add to your
Soot classpath is called 'rt.jar' and it's in your Java installation.
For details, see:

http://www.sable.mcgill.ca/soot/tutorial/intro/

pat