我的Java OpenGL(JogAmp)程序运行正常,但出现以下警告:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jogamp.common.os.NativeLibrary$3 (file:/C:/Users/HAL%209000/Desktop/Szoveges/Java%202019/JOGL%20(jogamp)/gluegen.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
发生这种情况是因为我重新安装了Windows7。
我使用的Java版本:
Java 8(64位)
Java开发工具包11.0.2(64位)
我怀疑新Java与我的JogAmp不兼容。
我下载了最新的JogAmp,但仍然收到警告。
我担心我的程序将来会停止工作。会发生吗?有什么办法可以解决此问题?还是我可以忽略这些警告,因为我的程序运行正常?
我在网上发现其他人也有这个问题,但找不到任何解决方案。