jzy3d / jogl

Mirror of https://jogamp.org/cgit/jogl.git/
Other
6 stars 2 forks source link

WARNING: Illegal reflective access by com.jogamp.common.os.NativeLibrary$3 #20

Open jzy3d opened 2 years ago

jzy3d commented 2 years ago

As suggested by this discussion, may use the JVM flag --add-exports=java.desktop/sun.awt=ALL-UNNAMED to disable this message.

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jogamp.common.os.NativeLibrary$3 (file:/Users/martin/.m2/repository/org/jogamp/gluegen/gluegen-rt/2.3.2/gluegen-rt-2.3.2.jar) to method java.lang.ClassLoader.findLibrary(java.lang.String)
WARNING: Please consider reporting this to the maintainers of com.jogamp.common.os.NativeLibrary$3
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

See also https://github.com/jzy3d/jzy3d-api/issues/142