This site is currently read-only as we are migrating to Oracle Forums for an improved community experience. You will not be able to initiate activity until January 31st, when you will be able to use this site as normal.

    Forum Stats

  • 3,890,899 Users
  • 2,269,649 Discussions
  • 7,916,821 Comments

Discussions

patch-in-place installation with jre 8 update 20 and later

user4744738
user4744738 Member Posts: 1
edited Sep 2, 2015 4:25PM in Java 8 Questions

How can we do a Patch In Place installation of Java Runtime Environment 8 in Windows 7 ?

As far as we have noted from java 18 update 20 onwards the installation defaults to a static installation.

We have tried to specify the STATIC=0 from command line option and using INSTALLCFG option with configuration file. In both cases installation is static:

Tagged:

Answers

  • Unknown
    edited Sep 2, 2015 4:25PM
    How can we do a Patch In Place installation of Java Runtime Environment 8 in Windows 7 ?
    As far as we have noted from java 18 update 20 onwards the installation defaults to a static installation.
    We have tried to specify the STATIC=0 from command line option and using INSTALLCFG option with configuration file. In both cases installation is static:
    

    See this bug report which has been closed as 'Not an issue'

    https://bugs.openjdk.java.net/browse/JDK-8072836

    JDK 8u20 Update Release Notes
    
    JRE Installation Directory
    
    Starting with JDK 8u20 release, the JRE will be installed in a version specific directory. For example:
    
    C:\Program Files\Java\jre1.8.0_20
    
    The version specific directory naming is intentional and it does not indicate that the JRE install is static.
    
    As with the earlier releases, static JRE install is performed only if STATIC=1 option is passed (via command line or config file) by the user.