Re: Problem with GLProfile and jogl2-rc2
Posted by Sven Gothel on Oct 27, 2011; 9:45pm
URL: https://forum.jogamp.org/Problem-with-GLProfile-and-jogl2-rc2-tp3447491p3459253.html
On Thursday, October 27, 2011 11:20:17 PM gouessej [via jogamp] wrote:
>
> I resolved this problem by setting jogamp.gluegen.UseTempJarCache to false
> but it was not the best solution. I found a better fix, I put all JARs
> containing the native libraries into the class path and then it worked.
>
As I have described in a prev. email and blog,
it should not be required to put the native JARs in the CLASSPATH!
Our native JAR loading mechanism picks them up from the 'URL' (file, http, ..)
where it's '-all' pure java counterpart is located.
After checking OS X Lion Applet's .. I will check the maven stuff,
so we can provide the pom files properly for the next round.
~Sven