Renamed, updated Java assembly, modules.
This commit is contained in:
parent
1d71e09c5c
commit
e1109114be
3 changed files with 11 additions and 8 deletions
36
en-US/modules/proc_installing-openjdk.adoc
Normal file
36
en-US/modules/proc_installing-openjdk.adoc
Normal file
|
@ -0,0 +1,36 @@
|
|||
[id='installing-openjdk']
|
||||
= Installing OpenJDK
|
||||
|
||||
To install OpenJDK from the Fedora repository:
|
||||
|
||||
. Run the following command to list available versions:
|
||||
+
|
||||
----
|
||||
$ dnf search openjdk
|
||||
----
|
||||
. Copy the version of OpenJDK you want to install.
|
||||
+
|
||||
[NOTE]
|
||||
====
|
||||
Various flavors of OpenJDK are available. For information about these options, search the link:http://openjdk.java.net/[OpenJDK web site].
|
||||
====
|
||||
. Run the following command to install OpenJDK:
|
||||
+
|
||||
----
|
||||
$ dnf install <openjdk-package-name>
|
||||
----
|
||||
+
|
||||
For example:
|
||||
+
|
||||
----
|
||||
$ dnf install java-1.8.0-openjdk.x86_64
|
||||
----
|
||||
[NOTE]
|
||||
====
|
||||
If you have installed other versions of Java, you might need to switch the active version of java:
|
||||
----
|
||||
sudo alternatives --config java
|
||||
----
|
||||
A list of installed java versions is displayed. Choose the version you require.
|
||||
====
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue