Has anybody ever got a Java 3D 1.3 and Java 2 SE 1.4.1 application to start through Java Web Start? I have found articles on this subject, but none seem to work under Linux. I am trying to convert the simple HelloUniverse sample to work under JWS but I get a very strange exception about a class it cannot find:
sun.awt.DrawingSurface
The strange thing is, when I start the application in stand-alone mode with the -verbose option, this class is NEVER loaded. Even weirder, Sun’s bug database states this class does not even exist anymore in JDK 1.4.1. The class is probably used from within the Canvas3D class, but I don’t seem to understand what’s going on.
Any hints?