Bläddra i källkod

Make Oracle JDK default for Debian distros

Without this instruction, the system continues to use the default OpenJDK.  This is confusing since we instruct the practitioner to install Oracle's JDK.
John Ryan 9 år sedan
förälder
incheckning
0ca7c867aa
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      docs/INSTALLATION.md

+ 1
- 0
docs/INSTALLATION.md Visa fil

104
    $ sudo add-apt-repository ppa:webupd8team/java
104
    $ sudo add-apt-repository ppa:webupd8team/java
105
    $ sudo apt-get update
105
    $ sudo apt-get update
106
    $ sudo apt-get install oracle-java8-installer
106
    $ sudo apt-get install oracle-java8-installer
107
+   $ sudo apt install oracle-java8-set-default
107
    ```
108
    ```
108
 -  Install Gradle:
109
 -  Install Gradle:
109
 
110