Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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

user4744738Sep 2 2015 — edited Sep 2 2015

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:

Comments

unknown-7404
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.

1 - 1

Post Details

Added on Sep 2 2015
1 comment
1,056 views