Posted by
Xerxes Rånby on
Dec 08, 2019; 12:01am
URL: https://forum.jogamp.org/Oracle-Java-13-Linux-version-SUNWprivate-1-1-not-found-tp4040172p4040175.html
I tested the JDK 13.0.1 General-Availability Release provided under the GNU General Public License, version 2, with the Classpath Exception.
https://jdk.java.net/13/I was able to run newt Gears, awt Gears, swt Gears .. etc.. without problems
using jogamp 2.4.0 sourcejogamp/jogl/make$ /home/familjen/jdk-13.0.1/bin/java -DummyArg -Djava.awt.headless=false -cp .:../../gluegen/make/../build-x86_64/gluegen-rt.jar:../../joal/build-x86_64/jar/joal.jar:../build-x86_64/jar/jogl-all.jar:../build-x86_64/jar/atomic/oculusvr.jar:../build-x86_64/jar/jogl-test.jar:/home/familjen/jogamp/jogl/make/lib/swt/gtk-linux-x86_64/swt.jar:../../gluegen/make/../make/lib/junit.jar:/usr/lib/ant.jar:/usr/lib/ant-junit.jar:../../gluegen/make/../make/lib/semantic-versioning/semver.jar:../../gluegen/make/../build-x86_64/gluegen-test-util.jar com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGearsAWT
JUnit version 4.11
++++ Test Singleton.ctor()
++++ Test Singleton.lock()
SLOCK [T SingletonServerSocket1-localhost/127.0.0.1:59999 @ 1575763089506 ms III - Start
SLOCK [T main @ 1575763089507 ms +++ localhost/127.0.0.1:59999 - Locked within 16 ms, 1 attempts
.++++ TestCase.setUp: com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGearsAWT - test01
WindowEvent[WINDOW_RESIZED, NEWTEvent[source:com.jogamp.opengl.awt.GLCanvas, consumed false, when:1575763090428 d 1ms]]
WindowEvent[WINDOW_RESIZED, NEWTEvent[source:com.jogamp.opengl.awt.GLCanvas, consumed false, when:1575763090429 d 0ms]]
Thread[AWT-EventQueue-0,6,main] Gears.init: tileRendererInUse null
GearsES2 init on Thread[AWT-EventQueue-0,6,main]
Chosen GLCapabilities: GLCaps[glx vid 0x27, fbc 0x10d: rgba 8/8/8/0, opaque, accum-rgba 16/16/16/16, dp/st/ms 24/0/0, dbl, mono , hw, GLProfile[GL2/GL4bc.hw], on-scr[.]]
INIT GL IS: jogamp.opengl.gl4.GL4bcImpl
Swap Interval 1
GL Profile GLProfile[GL4bc/GL4bc.hw]
GL Version 4.6 (Compat profile, arb, compat[ES2, ES3, ES31, ES32], FBO, hardware) - 4.6.0 NVIDIA 390.116 [GL 4.6.0, vendor 390.116.0 (NVIDIA 390.116)]
Quirks [NoSurfacelessCtx]
Impl. class jogamp.opengl.gl4.GL4bcImpl
GL_VENDOR NVIDIA Corporation
GL_RENDERER GeForce GTX 580/PCIe/SSE2
GL_VERSION 4.6.0 NVIDIA 390.116
GLSL true, has-compiler-func: true, version: 4.60 NVIDIA / 4.60.0
GL FBO: basic true, full true
GL_EXTENSIONS 325
GLX_EXTENSIONS 35
-----------------------------------------------------------------------------------------------------
gear1 list created: 1
gear2 list created: 2
gear3 list created: 3
Thread[AWT-EventQueue-0,6,main] Gears.reshape 0/0 640x480 of 640x480, swapInterval 1, drawable 0x3200021, tileRendererInUse null
>> Gears angle 0.0, [l -1.3333334, r 1.3333334, b -1.0, t 1.0] 2.6666667x2.0 -> [l -1.3333334, r 1.3333334, b -1.0, t 1.0] 2.6666667x2.0, v-flip false
WindowEvent[EVENT_WINDOW_GAINED_FOCUS, NEWTEvent[source:com.jogamp.opengl.awt.GLCanvas, consumed false, when:1575763090497 d 0ms]]
WindowEvent[EVENT_WINDOW_GAINED_FOCUS, NEWTEvent[source:com.jogamp.opengl.awt.GLCanvas, consumed false, when:1575763090523 d 0ms]]
1 s: 60 f / 1026 ms, 58.4 fps, 17 ms/f; total: 60 f, 58.4 fps, 17 ms/f
WindowEvent[EVENT_WINDOW_LOST_FOCUS, NEWTEvent[source:com.jogamp.opengl.awt.GLCanvas, consumed false, when:1575763091562 d 0ms]]
WindowEvent[EVENT_WINDOW_LOST_FOCUS, NEWTEvent[source:com.jogamp.opengl.awt.GLCanvas, consumed false, when:1575763091563 d 0ms]]
Thread[AWT-EventQueue-0,6,main] Gears.dispose: tileRendererInUse null
++++ TestCase.tearDown: com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGearsAWT - test01
WindowEvent[EVENT_WINDOW_DESTROYED, NEWTEvent[source:com.jogamp.opengl.awt.GLCanvas, consumed false, when:1575763091585 d 0ms]]
++++ Test Singleton.unlock()
SLOCK [T SingletonServerSocket1-localhost/127.0.0.1:59999 @ 1575763091602 ms III - Stopping: alive true, shallQuit true, hasSocket true
SLOCK [T main @ 1575763091603 ms --- localhost/127.0.0.1:59999 - Unlock ok within 1 ms
Time: 2,643
OK (1 test)
I am unable to reprouce the error you saw using the
current JOGL 2.4 sourcecode in combination with JDK 13.0.1 
To test the source build i edit the test script to enable the test i want to run:
jogl/make/scripts/tests.sh
Then i edit the x64 test setup to use the jdk 13 java
jogl/make/scripts/tests-x64.sh
and finally i run the test:
cd jogl/make
./scripts/tests-x64.sh