[Soot-list] Re: CuncurrentModificationException

Gerald Sit Gerald.Sit at student.cityu.edu.hk
Sun Aug 24 22:37:42 EDT 2008


So I should use "C:\\Program%20Files\\Java\\jdk1.5.0_15\\jre\\lib\\rt.jar" right? But it didn't work either.. It seems I could avoid the RuntimeException by placing

soot.Scene.v().loadClassAndSupport(className);

before

soot.options.Options.v().set_soot_classpath(".;C:\\Program Files\\Java\\jdk1.5.0_15\\jre\\lib\\rt.jar;C:\\Program Files\\Java\\jdk1.5.0_15\\jre\\lib\\jce.jar");

, but still can't get the java column information. :( I'm using soot as library in eclipse soot plugin. Thanks again!

> I think there may be a problem with the whitespace in your path.
> 
> Eric


More information about the Soot-list mailing list