当我尝试在 NetBeans 中运行我的整个项目时,我收到以下错误日志:
...
Task :run FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':run'.
> org.joor.ReflectException: java.lang.NoSuchFieldException: javaExecHandleBuilder
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 4s
Run Code Online (Sandbox Code Playgroud)
我不知道发生了什么,我在 build.gradle 中指定了主类...请帮助!