[jbosstools-issues] [JBoss JIRA] (JBDS-4224) Include OpenJDK 1.8.0.111-3.b15 release into installer

Denis Golovin (JIRA) issues at jboss.org
Thu Dec 15 22:14:00 EST 2016


Denis Golovin created JBDS-4224:
-----------------------------------

             Summary: Include OpenJDK 1.8.0.111-3.b15 release into installer
                 Key: JBDS-4224
                 URL: https://issues.jboss.org/browse/JBDS-4224
             Project: Red Hat JBoss Developer Studio (devstudio)
          Issue Type: Task
          Components: platform-installer
    Affects Versions: 10.3.0.AM1
            Reporter: Denis Golovin
            Assignee: Denis Golovin
             Fix For: 10.3.0.AM2


>From [~akashche]:
Public download: https://developers.redhat.com/download-manager/file/java-1.8.0-openjdk-1.8.0.111-3.b15.redhat.windows.x86_64.msi
sha256: d4fa67a45cef119325e9ef775ea53dee0e2754b2df511618f91abf5acda6ddf0

Notable changes that can affect DevSuite are:

1) MSI installer now includes Update Notifier utility. This utility is not installed by default. In installer UI form with installation directory chooser is changed, but should behave the same (jdk installed into default directory, notifier not installed) on default "Next" action.

For silent install MSI now contains two named "installation features": "jdk" and "update_notifier". msiexec invocation without specifying features:

    msiexec /quiet /i jdk.msi

should behave the same way if only jdk feature will be specified:

    msiexec /quiet /i jdk.msi ADDLOCAL=jdk

INSTALLDIR variable also should continue to work.

To install both jdk and update_notifier (that is probably not needed for DevSuite) the following can be used:

    msiexec /quiet /i jdk.msi ADDLOCAL=jdk,update_notifier

2) MSI installer size grew up to 103MB, that is mostly caused not by update_notifier (that is less than 5MB) but by inclusion of additional Java sources into src.zip bundle that is installed into jdk directory. Now debugging of all jdk-internal Java packages (sun.*, com.sun.*) should work in Eclipse.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list