quick-docs/en-US/modules/proc_installing-oracle-java.adoc

19 lines
742 B
Text
Raw Normal View History

2018-01-01 16:22:37 +00:00
[id='installing-oracle-java-se']
2017-12-14 17:07:39 +00:00
= Installing Oracle Java SE
To install Oracle Java SE:
. Navigate to link:http://www.oracle.com/technetwork/java/javase/downloads[Oracle Java SE downloads page].
2018-01-01 16:22:37 +00:00
. Choose the version of Java you wish to use. Typically, you would navigate to the link:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html[version 8 page].
. Accept the license agreement and download the appropriate rpm file for your systems architecture. For example, if you run 64-bit Fedora, choose the `jdk-8u151-linux-x64.rpm` file.
2017-12-14 17:07:39 +00:00
. Enter the following command to install Oracle Java SE:
+
----
2018-01-01 16:22:37 +00:00
# dnf install jdk-8u151-linux-x64.rpm
2017-12-14 17:07:39 +00:00
----
2018-01-01 16:22:37 +00:00
include::proc_installing-openjdk.adoc[tags=java-alternatives]