-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P1
-
None
-
Affects Version/s: 9
-
Component/s: deploy
-
Environment:
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?