Hello everybody!

I use JBuilder5, I built an applet that works fine with the Applet Viewer.
Once it is sent to MIE 5 it doesn't work.

When I try other applets from different sources (other than me) they work (I
installed the 3D plug-in).

My other applets (JAVA not 3D) work.

Here is the HTML code of my file: (I added a * to avoid the code being
interpreted by your html mail reader!)

<*html>
<*head>
<*title>
HTML App net
<*/title>
<*/head>
<*body>
appviewnet.AppViewNet will appear below in a Java enabled browser.<*br>
<*applet
  codebase = "."
  code     = "appviewnet.AppViewNet.class"
  name     = "TestApplet"
  width    = "640"
  height   = "480"
  hspace   = "0"
  vspace   = "0"
  align    = "top"
>
<*/applet>
<*/body>
<*/html>

The message written at the bottom of the browser is: "exception:
java.lang.ClassNotFoundException: javax.media.j3d.Canvas3D" It looks like
the brower misses a path. Am I right?

Thanks!

DB

Dominique Beauchamp, Ph.D.
mailto:[EMAIL PROTECTED]
http://www.geocities.com/dom_beau
http:[EMAIL PROTECTED]

V.P. Soci�t� Royale d'Astronomie du Canada, centre de Qu�bec
(http://www.globetrotter.net/sracqc)

Membre du Centre d'Observation Astronomique des Monts Notre-Dame

===========================================================================
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