F
Firas Rashid
Im trying to load a test.html document contains Applet from my
localhost server, http://localhost/app/test.html, but the Java console
keep giving me the following:
*********************************************
Error loading class: MyApplet
java.lang.NoClassDefFoundError
java.lang.ClassNotFoundException: MyApplet
at com/ms/vm/loader/URLClassLoader.loadClass (URLClassLoader.java)
at com/ms/vm/loader/URLClassLoader.loadClass (URLClassLoader.java)
at com/ms/applet/AppletPanel.securedClassLoad (AppletPanel.java)
at com/ms/applet/AppletPanel.processSentEvent (AppletPanel.java)
at com/ms/applet/AppletPanel.processSentEvent (AppletPanel.java)
at com/ms/applet/AppletPanel.run (AppletPanel.java)
at java/lang/Thread.run (Thread.java)
*********************************************
Please note the followng:
1- Im using Microsoft VM in IE.
2- Netscape and Opera work get Applet fine for above address.
3- Using IE, i'm navigating to online pages contain some Applets and
they work fine.
4- MyApplet is extremely simple and all it does is adding Button to
the applet. No such complicated operations and refernces to ther
files. also i tried to open the html from Windows Explorer but still
give me the same error.
Its seems i have to modify "Local Intranet" settings from IE options
so it can get Applet correctly.
Im not sure of that but does anybody have an idea??!!.
Thanx in advanced.
localhost server, http://localhost/app/test.html, but the Java console
keep giving me the following:
*********************************************
Error loading class: MyApplet
java.lang.NoClassDefFoundError
java.lang.ClassNotFoundException: MyApplet
at com/ms/vm/loader/URLClassLoader.loadClass (URLClassLoader.java)
at com/ms/vm/loader/URLClassLoader.loadClass (URLClassLoader.java)
at com/ms/applet/AppletPanel.securedClassLoad (AppletPanel.java)
at com/ms/applet/AppletPanel.processSentEvent (AppletPanel.java)
at com/ms/applet/AppletPanel.processSentEvent (AppletPanel.java)
at com/ms/applet/AppletPanel.run (AppletPanel.java)
at java/lang/Thread.run (Thread.java)
*********************************************
Please note the followng:
1- Im using Microsoft VM in IE.
2- Netscape and Opera work get Applet fine for above address.
3- Using IE, i'm navigating to online pages contain some Applets and
they work fine.
4- MyApplet is extremely simple and all it does is adding Button to
the applet. No such complicated operations and refernces to ther
files. also i tried to open the html from Windows Explorer but still
give me the same error.
Its seems i have to modify "Local Intranet" settings from IE options
so it can get Applet correctly.
Im not sure of that but does anybody have an idea??!!.
Thanx in advanced.