-
Bug
-
Resolution: Fixed
-
Minor
-
- fedora 20. jdk8_25
- build jigsaw jdk: build 1.9.0-ea-jigsaw-nightly-h1689-20141110-b38, mixed mode
Hi,
The new jigsaw jdk is not detected as valid jdk because tools.jar and dt.jar are removed from the lib path but are needed by jenkins for detection.
file: hudson/model/JDK.java
method: checkHomeDirectory
Not sure how to make a nice validation for current and jigsaw jdk.
As a workaround having void tools.jar and dt.jar allow jdk detection by jenkins.
- links to
The simplest thing is to check for is bin/javac (or bin\javac.exe). That should work for all releases.