Re: Help with JOGL and Java Web Start!
Posted by
gouessej on
Jun 03, 2012; 10:34pm
URL: https://forum.jogamp.org/Help-with-JOGL-and-Java-Web-Start-tp3936041p4025135.html
You're right, kinglui987.
However, pixelapp showed an example of use in the case you don't want to host JOGL and GlueGen on your own server.
I already explained several times how to use Java Web Start with JOGL and it is explained in the wiki:
http://jogamp.org/wiki/index.php/Using_JOGL_in_Java_Web_StartIn my own project, all this is automatic, I just run my Ant script, enter a password and my source code gets compiled, JARs are created, signed and put into a directory. The JNLP file are created too. Then I only have to copy all files in the "target" directory into the correct directory on my FTP server. Feel free to look at it (if you accept the terms of the GPL v2). Another developer already uses my script for his project as he is a bit lazy ;) He doesn't want to spend a lot of time in deploying his application with Java Web Start.
Tami, if you need some help, please tell us exactly what is wrong, be more accurate.