#309 Modfiy some error content in "installing java" page
Merged 3 years ago by pbokoc. Opened 3 years ago by liuyji.
fedora-docs/ liuyji/quick-docs master  into  master

@@ -8,12 +8,6 @@ 

  . Navigate to link:http://www.oracle.com/technetwork/java/javase/downloads[Oracle Java SE downloads page], and

    choose the version of Java you wish to use.

  

- . Accept the license agreement and download the appropriate tar.gz file for your systems architecture. Do NOT use Oracle rpms as these are NOT compatible with fedora/openjdk packages. Download tar.gz instead and unpack it somewhere.

- 

- . Use `DNF` to install it the downloaded version e.g.:

- 

- ----

- sudo dnf install version-downloaded.rpm

- ----

+ . Accept the license agreement and download the appropriate tar.gz file for your systems architecture. Do NOT use Oracle rpms as these are NOT compatible with fedora/openjdk packages. Download the tar.gz archive instead, unpack it somewhere and set to path if necessary. 

  

  Note: Always make sure to download latest version available.

@@ -13,5 +13,5 @@ 

  * verify:

  

  ----

- java --Versions

+ java --version

  ----

  1. The first error, use installing rpm package as example just after saying DO NOT user oracle java rpm package.
  2. The second error, giving a wrong command "java --Versions" to verify java version.

This pull request fixed above two errors.

rebased onto 00602c7

3 years ago

Pull-Request has been merged by pbokoc

3 years ago