You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2024. It is now read-only.
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