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
1 |
http://sourceforge.net/project/showfiles.php?group_id=58488&package_id=54362&release_id=670417 |
To test the OpenGL run the below.
1 |
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)
1 |
git clone https://github.com/jMonkeyEngine/jmonkeyengine.git |
Now lets compile
1 2 3 4 5 6 7 8 9 |
./gradlew assemble # Wait to complete successful ./gradlew createZipDistribution ... [snip] :libDist :createZipDistribution BUILD SUCCESSFUL |
Leave a Reply