[Soot-list] CLASSPATH problem in analyzing web application

Jafar Mirzaei jm.csh2009 at gmail.com
Sat Jul 28 10:32:34 EDT 2012


Hi to all
I want to analysis a java web application(callgraph for whole program) but
get this exception:

Exception in thread "main" java.lang.RuntimeException: couldn't find class:
org.eclipse.jetty.util.S
canner$BulkListener (is your soot-class-path set properly?)
at soot.SootResolver.bringToHierarchy(SootResolver.java:205)
at soot.SootResolver.bringToSignatures(SootResolver.java:239)
at soot.SootResolver.bringToBodies(SootResolver.java:280)
at soot.SootResolver.processResolveWorklist(SootResolver.java:150)
at soot.SootResolver.resolveClass(SootResolver.java:124)
at soot.Scene.loadClass(Scene.java:448)
at soot.Scene.loadClassAndSupport(Scene.java:433)

In  calsspath files there is  jar file(jetty-util-6.1.3.jar) which contain
this class(Scanner$BulkListener) whit  package address org.mortbay.util; !

I can solve that by adding a jar file that contain Scanner$BulkListener
whit org.eclipse.jetty.util Package address but maybe cause problem later.

Where is problem? Are any way to solve this problem?

thanks

jafar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20120728/b3d1f47d/attachment.html 


More information about the Soot-list mailing list