Java Applet Load Issues
843798Dec 12 2002 — edited Dec 15 2002For some applets, well, nothing happens. Im not sure what the problem is, but certain applets load, and other applets just make a gray frame and generate an error. Even my own applets I compile dont run. Everything works properly on my applets, because I can run them in the appletviewer, just not in the browser (which is kinda essential for running other peoples applets on the web, ya know). Odd thing is I can run them on my other comp, and practically the only difference is that it doesnt have the SDK on it.
Computer specs are: WinME with JDK and JRE v 1.4.1_01, and the JVM on it.
An excerpt of the error it generates every time a problematic applet is run (from my javalog.txt file):
Error loading class: <AppletName>
java.lang.NoClassDefFoundError
java.lang.ClassNotFoundException: <AppletName>
at com/ms/vm/loader/URLClassLoader.loadClass
at com/ms/vm/loader/URLClassLoader.loadClass
at com/ms/applet/AppletPanel.securedClassLoad
at com/ms/applet/AppletPanel.processSentEvent
at com/ms/applet/AppletPanel.processSentEvent
at com/ms/applet/AppletPanel.run
at java/lang/Thread.run
I have no idea what any of that mess is, or why its so painful. If anyone can give a hand, Ill be checking here every 10 seconds until the time that it gets fixed, or you can email me at darmon@comcast.net, thanks.