-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
Description
What problem are you trying to solve?
I am running the JDK17 update recipe. But once the recipe is run and I am trying to test it out I am getting the following error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project topology: Compilation failure: Compilation failure:
[ERROR] package javafx.util does not exist
[ERROR] package javafx.util does not exist
[ERROR] cannot find symbol
[ERROR] symbol: class Pair
[ERROR] location: class
Describe the solution you'd like
The solution should be incorporated in the JDK17 upgrade recipe only so that the solution automatically gets remdified.
Have you considered any alternatives or workarounds?
Tried using java.util.Map.Entry but also some in that sense i needed to change the user code
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Recipes Wanted