X Tutup
Skip to content

Commit 0ca7c86

Browse files
authored
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.
1 parent edad180 commit 0ca7c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/INSTALLATION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ If you are using Debian or its derivatives (like Ubuntu or Linux Mint), use APT:
104104
$ sudo add-apt-repository ppa:webupd8team/java
105105
$ sudo apt-get update
106106
$ sudo apt-get install oracle-java8-installer
107+
$ sudo apt install oracle-java8-set-default
107108
```
108109
- Install Gradle:
109110

0 commit comments

Comments
 (0)
X Tutup