Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java Applet Load Issues

843798Dec 12 2002 — edited Dec 15 2002
For 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 12 2003
Added on Dec 12 2002
6 comments
843 views