소스 검색

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