Re: jogl demos fail -- Failed to created/initialize EGL display...
Posted by
Sven Gothel on
Apr 03, 2013; 6:16pm
URL: https://forum.jogamp.org/jogl-demos-fail-Failed-to-created-initialize-EGL-display-tp4028878p4028894.html
On 04/03/2013 07:03 PM, Jarvis [via jogamp] wrote:
> It seems you are definitely onto something. In Netbeans, in my project
> properties, under the Run section, if I have the VM options set to "-Xmx256m
> -Djava.library.path=/usr/lib/jni/ -Djogl.disable.opengles" I get an exception
> thrown, but the visualization window pops up and works. If I remove the
> -Djogl.disable.opengles then it does not work. However, this is true with
> both versions of the jogle/gluegen libs.
>
> I went ahead and opened a bug report on bugzilla, and provided the log files
> with and without the OpenGLES support.
>
https://jogamp.org/bugzilla/show_bug.cgi?id=713Thank you.
Note: You don't need to have -Djava.library.path=/usr/lib/jni/,
since we load the native libraries on our own.
~Sven