Closed ren-142326 closed 3 weeks ago
the semver package deals with version parsing, and _ isn't accepted by semver
I manually installed oracle's jdk8U431, but I couldn't name it jdk@1.8.0_431
"_" This character does not seem to pass the version number specification check,
When I replace "_" with "-", the version number is verified,
But java -version outputs 1.8.0_431
So I hope "_" is also the correct version number character