[Soot-list] Running Soot several times

Stephan Arlt arlt at informatik.uni-freiburg.de
Fri Jan 6 07:41:27 EST 2012


Hi,

We are working on a user interface for Soot, which is supposed to call the
method "soot.Main.main(someArgs)" several times, e.g., after the user has
clicked "run soot". The first call of Soot's main-method succeeds, but the
second call throws the following exception:
 
Option parse error
Duplicate values /myPath/bin/ and /myPath/bin/ for option -cp

Is Soot caching options from previous calls of the main-method?
Or, is there a way to run Soot a bunch of times in the space of 1 Java
process?

Thanks,
Stephan



More information about the Soot-list mailing list