[Soot-list] Use JDK4 to analyze fop of Dacapo-2006

Zhoulai zell08v at orange.fr
Mon Jan 28 16:20:15 EST 2013


Hello,

I encountered an exception
"
couldn't find class: org.w3c.dom.smil.ElementTimeControl (is your
soot-class-path set properly?)
"
when analyzing the fop benchmark in Dacapo-2006-MR. The same problem was
discussed here:

http://www.sable.mcgill.ca/pipermail/soot-list/2008-December/002183.html

Eric suggested to use JDK 4 to analyze fop, if I understand correctly.
However, by setting JDK in this way below, I still have the error.

        //sootArgs.add("-p");
        //sootArgs.add("cg");
        //sootArgs.add("jdkver:4");

Could you explain?

Thanks.
Zell.

-----------------------

Exception in thread "main" java.lang.RuntimeException: couldn't find class:
org.w3c.dom.smil.ElementTimeControl (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)
    at soot.Scene.loadNecessaryClass(Scene.java:1053)
    at soot.Scene.loadNecessaryClasses(Scene.java:1067)
    at soot.Main.run(Main.java:167)
    at soot.Main.main(Main.java:141)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20130128/9dd6873a/attachment.html 


More information about the Soot-list mailing list