[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
problem when trying soot
Hi all,
I have just downloaded Soot and trying to use it with Jedit as follows:
java -classpath ~/soot-1.2.5/soot/classes soot.Main -W --app -t -d cp
--soot-classpath ~/jedit/4.2pre1:/usr/local/jdk1.3.0/jre/lib/rt.jar
org.gjt.sp.jedit.jEdit --jimple
And I got error message like this:
Exception in thread "main" java.lang.RuntimeException: Class
org.gjt.sp.jedit.View doesn't have method
setLocationRelativeTo([java.awt.Component]):void; failed to resolve in
superclass and interfaces
at soot.SootClass.getMethod(SootClass.java:436)
...
Any idea on what I might be doing wrong?
As I am not subscribed to the Soot mailing list, please include my email
address in the cc of a reply
Thanks,
Phung