Re: Problem with GLProfile and jogl2-rc2
Posted by
gouessej on
Oct 27, 2011; 9:56pm
URL: https://forum.jogamp.org/Problem-with-GLProfile-and-jogl2-rc2-tp3447491p3459282.html
I have just found this to resolve Reyman's problem:
http://kthoms.wordpress.com/2009/10/13/how-to-register-a-custom-maven-repository-layout/Using a custom layout in order to exclude package id and version id from the name of the JARs would solve his problem.
Thanks for this piece of information. I just have to take care to put all JARs containing native libraries into the same directories than its pure Java counterparts, it is even more simple than I thought :)