Login  Register

Re: Problem with GLProfile and jogl2-rc2

Posted by Sven Gothel on Oct 24, 2011; 10:17am
URL: https://forum.jogamp.org/Problem-with-GLProfile-and-jogl2-rc2-tp3447491p3447672.html

On Monday, October 24, 2011 11:55:55 AM reyman [via jogamp] wrote:
>
> Here the result, it seems i have some problems to load the library :s
> http://pastebin.com/A7Jp7qeN
>

Assuming you have set '-Djogamp.debug=all ..',
there is no message: 'JNILibLoaderBase ..'

GLProfile also states no desktop GL available, meaning no jogl JNI libs.

If you use RC2, you need to add the libs native library path to LD_LIBRARY_PATH,
eg: "export LD_LIBRARY_PATH=/JOGL/gluegen_and_jogl/lib:$LD_LIBRARY_PATH"

Again, you may like to use the pre RC4, where all of this is no more required.
RC4 will come out this week anyways.

~Sven