Hello! This is my first post here, and I hope I get to stay and help, as well as receive help here for some good time.
I have been studying Java OpenGL for about a few month now, and I have made project that I run on my windows machine. I compile it into a jar, and inside my main method i have line: “System.load( System.getProperty( “user.dir” ) + “/jogl.dll” );”. Of course I put the jogl.dll into same folder as my jar.
What I am wondering is how can I make my application run from Java WebStart? I know i have to make a JNLP file for it, but I am not sure how.
My question is, can anybody post a tutorial for using Java Webstart to load JOGL application jar from my own webhost, but load native libraries from some other place, as well as make sure it would run on linux, windows, mac, etc. How would I have to change my own program, and what a simple example of such JNLP file might be?
I was unable to find clear tutorials on this on the web, so I am hoping one of you guys can help me out with this.
Thank you very much in advance!