Login  Register

Extract required libraries JOGL 2

Posted by Pixelapp on Nov 21, 2011; 11:54pm
URL: https://forum.jogamp.org/Extract-required-libraries-JOGL-2-tp3526439.html

I need to export an application (Application.jar). To do so I have to choose between two options in Eclipse Helios.

1. Extract required libraries into generated JAR

2. Package required libraries into generated JAR

When I use option 2 for exporting my application along with JOGL to a jar file(Application.jar) everything has always worked fine.
However now I need to include other libraries (other-jar-files.jar) with my application. Which can only be accomplished with option 1.

Problem: When I choose option 1, the Application.jnlp does not find the JOGL2 files. It throws the kind of error we get when JOGL2 libraries are not found.

Do you guys have any Ideas?

Thanks in advance.