Hi All,
I am using JRun 3.1 and trying to use
Applet with a
JSP file.
In the applet I am using jaxp.jar and crimson.jar classes to work with XML file.
When I compile the applet, it compiles fine without any errors.
But when using the applet in my JSP file it gives following error.
I have updated the default and admin server classpath with the jar files. Also my system classpath environment variable is updated with these jar files.
Here is the details of the error in
java console.
java.lang.NoClassDefFoundError: org/w3c/dom/Node
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Thanks.
[ August 09, 2002: Message edited by: Lakshmeenarayana Goundalkar ]