You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This module is suitable for pretty much any Linux system. It currently supports
27
27
oracle_java will affect the following parts of your system:
28
28
29
29
* jre/jdk package
30
-
* java alternative +slaves
30
+
* java alternative (and slaves)
31
31
32
32
Including the main class is enough to install the latest version of the Oracle JRE.
33
33
@@ -91,31 +91,28 @@ Primary class and entry point of the module.
91
91
92
92
#####`version`
93
93
94
-
Java version to install, formated as 'major_version'u'minor_version' or simply 'major_version' for the latest available release in the selected Java SE series. Defaults to '8'
95
-
96
-
Note: a minor version of '0' (for example '8u0') matches the initial release of the selected Java SE series.
94
+
Java version to install, formatted as '*major_version*'u'*minor_version*' or simply '*major_version*' for the latest available release in the selected Java SE series. Defaults to `8`
95
+
*Note*: a minor version of '0' (for example `8u0`) matches the initial release of the selected Java SE series.
97
96
98
97
#####`type`
99
98
100
-
What envionment type to install. Valid values are 'jre' and 'jdk'. Defaults to 'jre'
99
+
What envionment type to install. Valid values are `jre` and `jdk`. Defaults to `jre`
101
100
102
101
#####`format`
103
102
104
-
What format of installation archive to retrieve. Valid values are 'rpm' and 'tar.gz'. Default depends on the platform
103
+
What format of installation archive to retrieve. Valid values are `rpm` and `tar.gz`. Default depends on the platform
105
104
106
105
#####`check_checksum`
107
106
108
-
Enable checksum validation on downloaded archives. Boolean value. Defaults to 'true'
107
+
Enable checksum validation on downloaded archives. Boolean value. Defaults to `true`
109
108
110
109
#####`add_alternative`
111
110
112
-
Add Oracle Java to the system alternatives on compatible platforms*. Boolean value. Defaults to 'false'
113
-
114
-
(*Debian/RHEL/SuSE-like)
111
+
Add Oracle Java to the system alternatives on compatible platforms (Debian/RHEL/SuSE families). Boolean value. Defaults to `false`
115
112
116
113
##Limitations
117
114
118
-
*Prior to Java 8u20, two different releases of the same Java series could not cohabit on the same system when installed from RPM. Each new version would override the previous one. This does not happen with tar.gz archives however.
115
+
Prior to Java 8u20, two different releases of the same Java series could not cohabit on the same system when installed from RPM. Each new version would override the previous one. This does not happen with tar.gz archives however.
0 commit comments