Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Native] Reflective access warning considered illegal on AdoptOpenJDK 14 #142

Closed
jzy3d opened this issue Jan 23, 2021 · 2 comments
Closed
Projects
Milestone

Comments

@jzy3d
Copy link
Owner

jzy3d commented Jan 23, 2021

Discuss with JOGL team the below warning

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
@jzy3d jzy3d added the jogl label Apr 9, 2021
@jzy3d
Copy link
Owner Author

jzy3d commented Apr 19, 2021

You may use EmulGL instead of JOGL for rendering with Jzy3D. EmulGL is made to enhance charts portability across computers.

See links to examples in the readme.

@jzy3d jzy3d added this to 2.x Release (JOGL 2.4) in Jzy3D Apr 29, 2021
@jzy3d jzy3d added this to the 2.0.1 milestone Jun 6, 2021
@jzy3d
Copy link
Owner Author

jzy3d commented Feb 24, 2022

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

@jzy3d jzy3d moved this from 2.x Release (JOGL 2.4) to 2.1 Done (Spring 2022) in Jzy3D May 24, 2022
@jzy3d jzy3d moved this from 2.1 Done (Spring 2022) to Done in Jzy3D May 24, 2022
@jzy3d jzy3d closed this as completed May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Jzy3D
Done
Development

No branches or pull requests

1 participant