[Soot-list] Re: CuncurrentModificationException

Eric Bodden eric.bodden at mail.mcgill.ca
Wed Aug 27 09:59:15 EDT 2008


2008/8/24 Gerald Sit <Gerald.Sit at student.cityu.edu.hk>:
> So I should use "C:\\Program%20Files\\Java\\jdk1.5.0_15\\jre\\lib\\rt.jar" right? But it didn't work either..

Ideally you should place your files in a folder that has o whitespace
in the name. Or use the folder's 8-character name. e.g. Progra~1 in
this case.

> 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");


Eric

-- 
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


More information about the Soot-list mailing list