Login  Register

Re: Problem with GLProfile and jogl2-rc2

Posted by gouessej on Oct 28, 2011; 12:06pm
URL: https://forum.jogamp.org/Problem-with-GLProfile-and-jogl2-rc2-tp3447491p3460756.html

Therefore, maybe have a look at Maven Assembly Plugin.

I will have to find a solution on my side to copy the JAR files from Maven cache to another directory inside the Eclipse project so that it does not complain about missing JARs.

Edit.: This tutorial (in French) answers to my question:
http://matthieu-lux.developpez.com/tutoriels/java/maven/?page=eclipse

Edit.2: Maybe the automatic loader could be modified so that it looks for the Mavenized JARs as it knows its own version of JOGL. Then, installing a project as a Maven project in Eclipse would be quite simple. com.jogamp.common.util.JogampVersion knows the implementation branch and the implementation commit, it should compute the name of a Mavenized JAR and look at it if jogl.all.jar is not found.
Julien Gouesse | Personal blog | Website