[Soot-list] Exception while soot starting

Roman Petriev vvpiroman at gmail.com
Sat Oct 11 10:11:57 EDT 2014


Hi, soot users!
I can't start soot. I can't do anything with it(help isn't shown)!
I saw some guides, but it didn't help me. Exception:

Exception in thread "main" java.lang.NoClassDefFoundError:
org/jf/dexlib2/iface/
value/EncodedValue
        at soot.PackManager.<init>(PackManager.java:537)
        at soot.Singletons.soot_PackManager(Singletons.java:472)
        at soot.PackManager.v(PackManager.java:344)
        at soot.Main.processCmdLine(Main.java:95)
        at soot.Main.run(Main.java:208)
        at soot.Main.main(Main.java:152)
Caused by: java.lang.ClassNotFoundException:
org.jf.dexlib2.iface.value.EncodedV
alue
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 6 more

And I use "-cp" command line parameter to link dexlib2-2.0.3-sources.jar,
but it has no effect :(
What's wrong?

P.s. soot-trunk, jdk 1.7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20141011/6468a58e/attachment.html 


More information about the Soot-list mailing list