Hi
Chris Hodgins:
> Everything looks like it is in the correct place. However my
> java console gives me:
[quoted text clipped - 3 lines]
> This happens only for Java3D applets and consistently. Any
> ideas?
Just experienced something similar in Mac OS X. Java3d Applets
seemed to be loaded correctly with Applet Launcher and in Safari. In
Firefox. however, some Class could not be found. It turned out that
two versions of Java are installed on the System. Safari and Applet
Launcher seem to be using a Java 1.4.* Plugin whereas Firefox uses
the Java 1.3.* Plugin. Obviously Java3d was only installed to the
1.4.* JRE.
You probably have the same problem. Check about:plugins to see what
Plugin is used. I think I have multiple JREs on my Linux System, too.
:wq
Chris Hodgins - 24 Dec 2004 15:46 GMT
> Hi
>
[quoted text clipped - 20 lines]
>
> :wq
Thanks for your advice. Found the solution to my prob here:
http://www.mailarch.org/java3d_and_mozilla-2651686-2863-a.html
Chris