[Soot-list] problem with running soot plugin in eclipse

Mariana Barca barca_mariana at yahoo.com
Sun May 29 16:44:16 EDT 2005


Hi,

I installed the Soot plugin in Eclipse by copying the
already compiled classes in the plugins directory. I
tried to run 
Project/Soot/Process All Class Files/Create Jimple for
Project

I got this exception:

java.lang.reflect.InvocationTargetException
	at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
Source)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at
ca.mcgill.sable.soot.launching.SootThread.run(SootThread.java:94)
Caused by: java.lang.RuntimeException: couldn't find
type: org.eclipse.jdi.Bootstrap (is your
soot-class-path set properly?)
	at
soot.SootResolver.resolveClassAndSupportClasses(SootResolver.java:92)
	at soot.Scene.loadClassAndSupport(Scene.java:255)
	at soot.Scene.loadNecessaryClasses(Scene.java:677)
	at soot.Main.run(Main.java:178)
	at soot.Main.main(Main.java:154)
	... 5 more

Any hints what is wrong? Is there anything I have to
set in the classpath to make it work?

Thanks,
Mariana

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the Soot-list mailing list