Login  Register

Re: ScreenScaling ignored

Posted by Roland Schützig on Sep 18, 2021; 5:17am
URL: https://forum.jogamp.org/ScreenScaling-ignored-tp4041281p4041287.html

Hi. I got version 1.6.2 (Jars j3dcore, j3dutils and vecmath) OK. But it seems I do not have the proper matching native library for Windows. I am using j3dcore-ogl.dll that works OK with 1.5.2. Do I have to get a newer version of the DLL?

The error I receive now:
Exception in thread "main" java.lang.NoClassDefFoundError: com/jogamp/opengl/GLException
        at java.base/java.lang.Class.forName0(Native Method)
        at java.base/java.lang.Class.forName(Class.java:315)
        at javax.media.j3d.Pipeline$PipelineCreator.run(Pipeline.java:74)
        at javax.media.j3d.Pipeline$PipelineCreator.run(Pipeline.java:61)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at javax.media.j3d.Pipeline.createPipeline(Pipeline.java:91)
        at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:858)
        at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:267)
        at helloUniverse.TestKt.main(Test.kt:8)
        at helloUniverse.TestKt.main(Test.kt)