[Soot-list] jce.jar

Eric Bodden eric.bodden at ec-spride.de
Sun Jan 20 07:04:31 EST 2013


Hello.

>> I create a SootClass and a SootMethod, and I also do
>> Scene.v().loadClassAndSupport("java.lang.Object") somewhere.

loadClassAndSupport sounds unnecessary here, as the class is already
loaded. Just use Scene.getClass(..)

>> Exception in thread "main" java.lang.RuntimeException: couldn't find
>> class: javax.crypto.Cipher (is your soot-class-path set properly?)

Usually this is part of jce.jar. Are you sure yours paths are right?

Eric


More information about the Soot-list mailing list