java.lang.ClassNotFoundException: HelloWorld: class not loaded: file:/C:/java/HelloWorld.class
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 843804, 1 year ago
via Oracle Community by 807595, 1 year ago
via Oracle Community by 807553, 1 year ago
via Oracle Community by 807592, 1 year ago
java.lang.ClassNotFoundException: HelloWorld: class not loaded: file:/C:/java/HelloWorld.class
at sunw.hotjava.applet.BasicAppletManager.loadCode(BasicAppletManager.java:341)
at sunw.hotjava.applet.BasicAppletManager.createApplet(BasicAppletManager.java:241)
at sunw.hotjava.applet.BrowserAppletManager.createApplet(BrowserAppletManager.java:109)
at sunw.hotjava.applet.AppletPanel.runLoader(AppletPanel.java:480)
at sunw.hotjava.applet.AppletPanel.processEvent(AppletPanel.java:338)
at sunw.hotjava.applet.AppletPanel.run(AppletPanel.java:323)