From: Kenneth B. R. <kbr...@al...> - 2002-02-07 03:53:28
|
> but what is even more interesting for me, is how to deploy a own demo using > Java Webstart ? See the documentation at http://java.sun.com/products/javawebstart/ , in particular the developers' documentation. Deploying an application is pretty simple. One issue is that deploying applications which require certain permissions (for example, the ability to load a native library) requires code signing, and in order to do this properly you need a certificate from Verisign, Thawte, or similar, which can run into hundreds of dollars. I'm looking into whether this signing can be done once for OpenGL for Java, and whether applications using it can be unsigned. If you have experience with this then please share with the mailing list. > And further on, will Webstart also download latest GL4Java version if not > exsiting ? Yes. Not only that, it will automatically download and install the appropriate JRE. |