[Soot-list] keep getting SootClassNotFoundException

Jan Peter Stotz jan-peter.stotz at sit.fraunhofer.de
Wed May 20 08:22:20 EDT 2020


Hi,

I think there is a misunderstanding on your side. The "Soot classpath" 
is not related to the Java class path. Hence adding classes to the Java 
Class path as you did has absolutely no effect.

See the Wiki for command-line examples
https://github.com/Sable/soot/wiki/Running-Soot

The common way to start soot is using the -jar option of Java:

java <options passed to Java executable> -jar soot.jar <options passed 
to soot>.

However if you use

java -cp soot.jar -cp ...

All options are passed to Java and there is no option passed to soot.

Jan


More information about the Soot-list mailing list