Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: core
-
Labels:
-
Environment:- fedora 20. jdk8_25
- build jigsaw jdk: build 1.9.0-ea-jigsaw-nightly-h1689-20141110-b38, mixed mode
-
Similar Issues:
-
Epic Link:
Description
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.
Attachments
Issue Links
- links to
Just an FYI that the initial changes for JEP 220 (http://openjdk.java.net/jeps/220) have been pushed to JDK 9 and should appear in the jdk9-b41 build. So tools.jar, rt.jar and dt.jar are gone. Hopefully it's not too hard to update the home directory detection to work with the new modular runtime images.