Anton Jerhamre
Results
1
comments of
Anton Jerhamre
Think its a known bug with JOGL https://github.com/jzy3d/jogl/issues/4 running the JVM with the following arguments should fix the problem ``` --add-exports java.base/java.lang=ALL-UNNAMED --add-exports java.desktop/sun.awt=ALL-UNNAMED --add-exports java.desktop/sun.java2d=ALL-UNNAMED ```