Sven Gothel wrote
Only the 3 above ones affected ?
 
yes
Sven Gothel wrote
Q: Do you get the 'java.lang.UnsatisfiedLinkError' ?
 
yes, when trying to load newt.dll directly via loadLibrary()
when calling NewtFactory.createDisplay() i get:
java.lang.RuntimeException: java.lang.ClassNotFoundException: Failed to find NEWT Display Class <.windows.DisplayDriver>
        at jogamp.newt.DisplayImpl.create(DisplayImpl.java:110)
        at com.jogamp.newt.NewtFactory.createDisplay(NewtFactory.java:137)
        at com.jogamp.newt.NewtFactory.createDisplay(NewtFactory.java:119)
        at gl.app.GLApp.create(GLApp.java:78)
        at gl.app.GLApp.<init>(GLApp.java:49)
        at main.Main.<init>(Main.java:81)
        at main.Main.main(Main.java:77)
Caused by: java.lang.ClassNotFoundException: Failed to find NEWT Display Class <.windows.DisplayDriver>
        at jogamp.newt.DisplayImpl.getDisplayClass(DisplayImpl.java:73)
        at jogamp.newt.DisplayImpl.create(DisplayImpl.java:81)
        ... 6 more