How to run Java 3D Applet without install java3d
I've written a java3d applet, and it runs correctly in browser on my computer. Now I want it can be run on other computers which havent' Java3d installed. If the program runs as application, then we can use jnlp and web-start to solve this problem. But what about applet? How can I do it just like the application?
Pls help me!
[342 byte] By [
QingxinXua] at [2007-10-3 11:06:44]

Hi messenger,
Thanks for your information. But I haven't found any applet demos.
All the demos are applications, which use webstart to be run automatically after j3d packages dowloaded to local maichine.
Now what I need is an applet demo. If you know some, pls tell me. Thx very much.
Hello. I read this article too. It sounds interesting but I have some questions. The example is given for win32 and what about other OSs and platforms? Sun provides different libraries for different OS. According to this article it is possible to run applets without previous installation of Java3D and if a user runs Windows 2000, Java3D libraries will be downloaded and installed from the location pointed out by the programmer. But how to do this for all OSs and all platforms and architectures so that if a user doesn't have Java3D installed on his/her computer, might to see the applet in his/her browser? Is it the only way that a programmer needs to include into "loader_singed.jar" all possible libraries for all possible platforms?