Solaris OpenGL (lwjgl-2.x) library and install

Note this works with version 2.x, version 3.x does not included the Solaris lib’s First Download the lwjgl library from sourceforge link below http://sourceforge.net/project/showfiles.php?group_id=58488&package_id=54362&release_id=670417 To test the OpenGL run the below. java -cp jar/lwjgl.jar:jar/lwjgl_test.jar:jar/lwjgl_util.jar -Djava.library.path=native/solaris org.lwjgl.test.WindowCreationTest Now lets test JME3 Download from git the jme (try with stable version) git clone https://github.com/jMonkeyEngine/jmonkeyengine.git Now lets compile …

Solaris OpenGL (lwjgl-2.x) library and install Read More »