瀏覽代碼

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 年之前
父節點
當前提交
0ca7c867aa
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      docs/INSTALLATION.md

+ 1
- 0
docs/INSTALLATION.md 查看文件

@@ -104,6 +104,7 @@ If you are using Debian or its derivatives (like Ubuntu or Linux Mint), use APT:
104 104
    $ sudo add-apt-repository ppa:webupd8team/java
105 105
    $ sudo apt-get update
106 106
    $ sudo apt-get install oracle-java8-installer
107
+   $ sudo apt install oracle-java8-set-default
107 108
    ```
108 109
 -  Install Gradle:
109 110