Login  Register

Re: Java3D: Illegal reflective access

Posted by Jerome on Jan 11, 2021; 9:09pm
URL: https://forum.jogamp.org/Java3D-Illegal-reflective-access-tp4040908p4040954.html

Hello Andrew2563 (and everybody)

I have exactly the same problem with the following versions:

  • AdoptOpenJDK 11.0.9+11
  • Java3D-1.7.0
  • JogAmp-2.4.0

    WARNING: An illegal reflective access operation has occurred
    WARNING: Illegal reflective access by org.jogamp.java3d.JoglPipeline (file:/Users/lehuen/Desktop/CodeLab-MacOS-2101111334/ressources/libraries/java3d/j3dcore.jar) to method sun.awt.AppContext.getAppContext()
    WARNING: Please consider reporting this to the maintainers of org.jogamp.java3d.JoglPipeline
    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
    

    Has anyone found a solution to avoid these messages?

    Jerome