Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
java version "9.0.1"
Java(TM) SE Runtime Environment (build 9.0.1+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.1+11, mixed mode)
Description
Starting up any application will give the following error when run with this Java 9 version:Error decoding version string "9.0.1+11": For input string: "1+11"
Note: since the changes to Version.java for 1.8.0_131 this is not a fatal error any longer, but the parsing should be updated to allow for the new Java 9 version strings (see: https://blogs.oracle.com/java-platform-group/a-new-jdk-9-version-string-scheme).