run error in jpms and gradle 6.6
See original GitHub issueMy demo project uses gradle 6.6 , jpms structruce and javafxplugin 0.0.9. When I run then run task, an error occurs as follow
> org.joor.ReflectException: java.lang.NoSuchFieldException: javaExecHandleBuilder
If I change the gradle version to 6.5 or remove the module-info.java, the run task works fine
Issue Analytics
- State:
- Created 3 years ago
- Reactions:10
- Comments:12
Top Results From Across the Web
JavaExec internal API spec seems to have changed in Gradle ...
The Gradle internal API appears to have changed so that the line: var hb = on(this).... ... run error in jpms and gradle...
Read more >Gradle 6.4 Release Notes
With this release, Gradle supports the Java Module System with everything you need to compile and execute tests for Java modules. You can...
Read more >Where do resource files go in a Gradle project that builds a ...
If you add an opens directive for a resource-only package you'll get an error at runtime. The cause of the error being that...
Read more >Javalin with Java Platform Module System (JPMS) and Gradle
Change to new directory cd javalin-with-jpms-and-gradle # 3. ... if you were to run this application you'd end up with the following error:....
Read more >Known issues with Android Studio and Android Gradle Plugin
Running JUnit tests may compile the code twice · To fix the issue for the current project, click Run > Edit Configurations and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any update on this? I’m getting the same “error”…
@utybo Here is a simple way to configure a module JavaFx project in Gradle 6.6. 1
2
3
You can also see here