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]
# 1
Try out the webstart applet demo athttps://j3d-webstart.dev.java.net/teston the page athttps://java3d.dev.java.net/on a browser on a machine without java3D installed. If that works it might be what you are looking for.regards
messengersa at 2007-7-15 13:29:37 > top of Java-index,Security,Cryptography...
# 2

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.

QingxinXua at 2007-7-15 13:29:37 > top of Java-index,Security,Cryptography...
# 3
Hi,I have found this: http://delivery.acm.org/10.1145/960000/957303/p41-wijkman.pdf?key1=957303&key2=7241315611&coll=&dl=acm&CFID=15151515&CFTOKEN=6184618 but I haven't tried it yet. Please inform about Your experience.
Danilchaa at 2007-7-15 13:29:37 > top of Java-index,Security,Cryptography...
# 4
This is exactly what I'm looking for!I tried and it really worked, thank you very much!
QingxinXua at 2007-7-15 13:29:37 > top of Java-index,Security,Cryptography...
# 5

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?

afulmana at 2007-7-15 13:29:37 > top of Java-index,Security,Cryptography...