[Soot-list] Paddle setup problem

Antonio Castaldo D'Ursi ercasta at gmail.com
Thu Sep 28 07:05:01 EDT 2006


Hi,
I'm trying to use Paddle, but when I try to run it, an exception is
thrown:

 This operation requires resolving level HIERARCHY but
java/io/BufferedInputStream is at resolving level DANGLING

I'm using Soot as a library in my program, so I tried adding the line:

SootResolver.v().resolveClass
("java.io.BufferedInputStream",SootClass.HIERARCHY); 

before calling Soot.Main . However when I add this line
Soot.Main throws an exception:

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

jce.jar is included in the classpath and if I use Spark I
don't have this problem

Any suggestion?
Antonio

-- 

Entia non sunt multiplicanda praeter necessitatem


More information about the Soot-list mailing list