From: The P. <ph...@te...> - 2002-02-08 00:24:56
|
Java Webstart rocks. Thanks for introducing it to me with your GLCanvas program Kenneth. GLCanvas allowed me to prove to quickly prove to several of my bosses that java can do fast OpenGL and WebStart allowed me to deploy an internal application very painlessly for some not-so-technical managers. Before webstart I was getting some serious resistance to writing utility apps in java. So, anyway, thanks. --physic ph...@te... On Wed, 6 Feb 2002, Kenneth B. Russell wrote: > > > 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. > > _______________________________________________ > gl4java-usergroup mailing list > gl4...@li... > https://lists.sourceforge.net/lists/listinfo/gl4java-usergroup > |