I'm getting the following warnings: - I"m on Java 22.
'dependencies.dependency.systemPath' for javafx:com.javafx.controls:jar should not point at files within the project directory, ${basedir}/libs/javafx.controls.jar will be unresolvable by dependent projects @ line 31, column 25
'dependencies.dependency.systemPath' for javafx:com.javafx.graphics:jar should not point at files within the project directory, ${basedir}/libs/javafx.graphics.jar will be unresolvable by dependent projects @ line 38, column 25
Chapter 08:
- Required filename-based automodules detected:
Chapter 09:
[51,22] Integer(java.lang.String) in java.lang.Integer has been deprecated and marked for removal
[59,17] sort(int[]) in com.apress.bgn.nine.algs.IntSorter has been deprecated
I'm getting the following warnings: - I"m on Java 22.
'dependencies.dependency.systemPath' for javafx:com.javafx.controls:jar should not point at files within the project directory, ${basedir}/libs/javafx.controls.jar will be unresolvable by dependent projects @ line 31, column 25
'dependencies.dependency.systemPath' for javafx:com.javafx.graphics:jar should not point at files within the project directory, ${basedir}/libs/javafx.graphics.jar will be unresolvable by dependent projects @ line 38, column 25
Chapter 08:
Chapter 09:
[51,22] Integer(java.lang.String) in java.lang.Integer has been deprecated and marked for removal
[59,17] sort(int[]) in com.apress.bgn.nine.algs.IntSorter has been deprecated