Re: Running a JOGL app from a single JAR file
Posted by
sasq on
Jan 14, 2015; 4:41pm
URL: https://forum.jogamp.org/Running-a-JOGL-app-from-a-single-JAR-file-tp4033846p4033852.html
gouessej wrote
Using the packages provided with various GNU Linux distributions is a bad idea, they are often obsolete and they don't contain the JARs containing the native libraries.
I know. I just set it that way to test if the JAR file would run on my machine at the very least.
As the next step I planned to put the libraries into the JAR file itself, as my original requirement is.
I just need to know which of these JOGL library files need to be packed in the JAR for it to work on other machines, too.
gouessej wrote
The value of the attribute Class-Path is probably wrong.
Thanks for the suggestion, I'll try with the relative paths too.