-
Bug
-
Resolution: Fixed
-
P1
-
None
-
9
-
jdk9 b147
-
Verified
Trying to run some functional JavaFX tests with jdk9 b147, I'm getting
"Java Version Mismatch. ant-javafx.jar must be run with the version of Java it shipped with"
b146 works OK. Apparently a comparing utility in the jar cannot compare it's own version string (it is just "9") and a version SystemProperty(), but why?