Application run cannot find javafx.web module on Java 17
See original GitHub issueThe Gradle Application Plugin run
task doesn’t work when running with Java 17.
Works fine on Java 11, but when updated to run Java 17 and JavaFX 17, I get
java.lang.module.FindException: Module javafx.web not found
Workaround: Remove the javafxplugin Add JavaFX dependencies
I wonder if there is still any use for this plugin. It saves a few more lines, but seems to do just the same as my workaround.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:9
Top Results From Across the Web
Java FX Modular Application, Module not found (Java 17, Intellij)
1 Answer 1 · Steps to address your issue. Ensure that you are using the most recent stable version of Idea (currently 2021.3....
Read more >[Solved] Error java: package javafx.application does not exist
Look for the javafx.properties file inside the lib directory of your javaFX package you downloaded from the internet: The Oracle website doesn't host...
Read more >Migrating From JDK 8 to Later JDK Releases
The application class loader is no longer an instance of URLClassLoader but, rather, of an internal class. It is the default loader for...
Read more >Transition from Java 8 to Java 11 - Azure - Microsoft Learn
If the goal is to get an application up and running as quickly as possible, ... No amount of work will resolve the...
Read more >JavaFX
JavaFX is an open source, next generation client application platform for desktop, mobile and embedded systems built on Java. It is a collaborative...
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
Similar problem for me running JDK 17 and trying to upgrade from
0.0.11
to0.0.12
or0.0.13
and then usinggradle run
inside IntelliJ:I hit the same issue 😦