-
Bug
-
Resolution: Fixed
-
P3
-
8u20
The build check logic looking for minimum JDK version and build number is insufficient.
It checks that the JDK version is exactly equal to the desired version, which lets out JDK 9, and checks that the build number is equal to the minimum build number of JDK 8 (currently 116), which lets out 8u20 which is at b04.
It checks that the JDK version is exactly equal to the desired version, which lets out JDK 9, and checks that the build number is equal to the minimum build number of JDK 8 (currently 116), which lets out 8u20 which is at b04.