[Soot-list] can't find sun.misc.Version

William G.J. Halfond whalfond at cc.gatech.edu
Tue Oct 3 18:32:50 EDT 2006


Hello,  

I am curious if there was any resolution or suggestions for this post.
I'm having the exact same error appear when I build a call graph.  

http://www.sable.mcgill.ca/pipermail/soot-list/2005-February/000159.html

This is the code I use:

String NAME="drivers.FooTest";
soot.options.Options.v().set_whole_program(true);
SootClass c = Scene.v().loadClassAndSupport(NAME);
c.setApplicationClass();
Scene.v().setMainClass(c);
CHATransformer.v().transform();





More information about the Soot-list mailing list