【发布时间】:2019-11-19 21:28:53
【问题描述】:
我遇到了这组错误:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jogamp.common.os.NativeLibrary$3 (file:/C:/Users/Who/processing-3.5.3/processing-3.5.3/core/library/gluegen-rt.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
每当我尝试运行草图时。我在 IntelliJ 工作,应该导入所有必要的 jar。我在 main 中调用 PApplet.main() 方法,并且在 settings() 中设置了大小。我尝试过使用多个版本的处理。代码编译。有什么想法吗?
【问题讨论】:
-
我知道这是 7 个月大,但对于未来的用户,请尝试链接到处理 4.0a 核心。我有这个问题,就像 micycle 说的那样,你必须忍受它,直到处理开发人员修复它。
标签: java runtime-error processing java-11 java-module