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
Activity
Field | Original Value | New Value |
---|---|---|
Priority | Minor [ 4 ] | Major [ 3 ] |
Priority | Major [ 3 ] | Minor [ 4 ] |
Assignee | Daniel Beck [ danielbeck ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Remote Link | This issue links to "PR 1499 (Web Link)" [ 11935 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Labels | lts-candidate |
Labels | lts-candidate | 1.596.2-fixed |
Workflow | JNJira [ 159575 ] | JNJira + In-Review [ 196131 ] |
Epic Link | JENKINS-40689 [ 177392 ] |
Labels | 1.596.2-fixed | 1.596.2-fixed java11 |
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.