JOGL, Fedora, 64bit, Grey Window
Posted by mikasaari on Jun 27, 2010; 8:34pm
URL: https://forum.jogamp.org/JOGL-Fedora-64bit-Grey-Window-tp926266.html
Hi,
Managed to compile the jogl / gluegen from git (27.06.2010 mbien) and also managed to compile own test program. But when starting the application the main method is run correctly but the init, display, ... methods are not run at all and the application window stays gray. There is only "Info: XInitThreads() called for concurrent Thread support" Info on the command line and nothing else. The command-line I am using is
java -Djogl.GLContext.optimize -cp /opt/Projects/Java3D/libs/jogl.all.jar:/opt/Projects/Java3D/libs/gluegen-rt.jar:/opt/Projects/Java3D/libs/nativewindow.all.jar:/opt/Projects/Java3D/libs/newt.all.jar:. -Djava.library.path="/opt/Projects/Java3D/libs:/usr/lib64" Cube
I do have 32bit and 64bit Nvidia libraries installed 32bit in /usr/lib and 64 in /usr/lib64. Could this cause problems and how to avoid the problem ?
Thanks for tips,
-Mika