[Soot-list] Exception while running

Zeinab Lashkaripour lashkaripour at yahoo.com
Sat Feb 2 07:18:35 EST 2013


Hi,
I ran my code to see what's right and whats wrong but, the following exception occurred:

Exception in thread "main" java.lang.NoClassDefFoundError: jasmin/Main
    at soot.util.JasminOutputStream.flush(JasminOutputStream.java:35)
    at sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
    at sun.nio.cs.StreamEncoder.flush(Unknown Source)
    at java.io.OutputStreamWriter.flush(Unknown Source)
    at java.io.PrintWriter.flush(Unknown Source)
    at soot.PackManager.writeClass(PackManager.java:915)
    at soot.PackManager.writeOutput(PackManager.java:475)
    at soot.PackManager.writeOutput(PackManager.java:400)
    at soot.Main.run(Main.java:199)
    at soot.Main.main(Main.java:141)
    at MyMain.main(MyMain.java:293)
Caused by: java.lang.ClassNotFoundException: jasmin.Main
    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)
    ... 

Whats the problem? Can anyone help me?

Regards,
Zeinab
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20130202/ed974e64/attachment.html 


More information about the Soot-list mailing list