yatsek / microemu

Automatically exported from code.google.com/p/microemu
0 stars 0 forks source link

When saving an app as "Save for web" get a java.lang.ClassNotFoundException: org.microemu.applet.Main #110

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Saving a jad/jar combo as "Save to html" option in File dropdown.
2. Open resulting html file

What is the expected output? What do you see instead?
A working html file. See exception below instead

What version of the product are you using? On what operating system?
2.0.4

Please provide any additional information below.

load: class org.microemu.applet.Main not found.
java.lang.ClassNotFoundException: org.microemu.applet.Main
    at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
    at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
    at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Exception: java.lang.ClassNotFoundException: org.microemu.applet.Main

Original issue reported on code.google.com by jdd...@gmail.com on 17 Apr 2012 at 9:52