Hello,
I have put the HTML file and the class file on the web server. When I access
it, it can start the java plug-in but there is a error message in the
plug-in console:

java.lang.NoClassDefFoundError:
com/sun/j3d/utils/behaviors/mouse/MouseBehavior
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)

Here is the html page after the the HTMLConverter

<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
WIDTH = 1000 HEIGHT = 1000
codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Vers
ion=1,3,0,0">
<PARAM NAME = CODE VALUE = fyp5.class >
<PARAM NAME = ARCHIVE VALUE = "jars/j3dcore.jar, jars/j3dutils.jar,
jars/j3daudio.jar" >
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
<PARAM NAME="scriptable" VALUE="false">
<COMMENT>
<EMBED type="application/x-java-applet;version=1.3"  CODE = fyp5.class
ARCHIVE = "j3dcore.jar, j3dutils.jar, j3daudio.jar" WIDTH = 460 HEIGHT = 160
scriptable=false
pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html"><N
OEMBED></COMMENT>
</NOEMBED></EMBED>
</OBJECT>

Do I need to reference the jar file like above?
I have copy the three jar file into the web server.

Please help!

Thank you very much

Timmy

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to