Appendix A. MSI-based installer properties
The OpenJDK 11 for Windows MSI-based installer includes the JDK Files component and the following optional properties:
Table A.1. OpenJDK 11 for Windows MSI-based installer properties
Property | Description | Default value |
---|---|---|
OpenJDK Runtime - Windows Registry | The following registry keys are set HKLM\Software\JavaSoft\JDK\<version>, entries: JavaHome: <INSTALLDIR> RuntimeLib: <INSTALLDIR>\bin\server\jvm.dll HKLM\Software\JavaSoft\JDK, entries: CurrentVersion: <version> | Yes |
OpenJDK Runtime - Path Variable | Adds the Runtime to the Path variable so it is available from the command line. | Yes |
OpenJDK Runtime - JAVA_HOME System Variable | JAVA_HOME is used by some programs to find the Java runtime. | No |
OpenJDK Runtime - REDHAT_JAVA_HOME System Variable | REDHAT_JAVA_HOME can be used by some programs to find the Red Hat OpenJDK runtime. | No |
OpenJDK Runtime - Jar Files Association | This enables Jar files to be run from within Windows Explorer. | No |
Mission Control - Files | Contains files that are installed in the <installdir>\missioncontrol directory. | No |
Mission Control - Path Variable | Appends <installdir>\missioncontrol to the system PATH environment variable. | No |
Revised on 2021-10-25 12:30:57 UTC