My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 110: When saving an app as "Save for web" get a java.lang.ClassNotFoundException: org.microemu.applet.Main
1 person starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----


 
Reported by jdd...@gmail.com, Apr 17, 2012
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

Powered by Google Project Hosting