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

RE: PSark : Error



> I don't know why pag don't find the java.lang.Object class... 
> (it has the 
> classpath of this class...)

Hi!

Usually this is thrown whenever SOOT cannot find the class in the SOOT
classpath (this is _not_ the Java classpath!).
You can set it with Scene.v().setSootClassPath(String). The parameter
could e.g. include the rt.jar, which is usually distributed with the
runtime library and holds also the Object class.

HTH,
Eric
--------------------------------
Eric Bodden
University of Kent at Canterbury