I am getting the following error:
Error loading class: DPSysNavClass
java.lang.NoClassDefFoundError
java.lang.ClassNotFoundException: DPSysNavClass
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
This is only when I log remotely with:
from Box1-3
but when I log localy or from Box4 then I do not get this error and my applet loads correctly.
The applet is contained in a jar, so are all other classes and images, in this same jar. The jar is in the CLASSPATH. All is over Tomcat and CATALINA_HOME is correct.
I did the same test as I said from 4 Boxes, enabled all privileges on the flders containing the jar, yet the front page that contains 3 frames: 2 with servlets and 1 with the applet loads only 2 servlets but for the applet reports not found.
Can you help
Error loading class: DPSysNavClass
java.lang.NoClassDefFoundError
java.lang.ClassNotFoundException: DPSysNavClass
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
This is only when I log remotely with:
from Box1-3
but when I log localy or from Box4 then I do not get this error and my applet loads correctly.
The applet is contained in a jar, so are all other classes and images, in this same jar. The jar is in the CLASSPATH. All is over Tomcat and CATALINA_HOME is correct.
I did the same test as I said from 4 Boxes, enabled all privileges on the flders containing the jar, yet the front page that contains 3 frames: 2 with servlets and 1 with the applet loads only 2 servlets but for the applet reports not found.
Can you help