Changes

Default Java on Mint Linux

308 bytes added, 01:42, 31 July 2020
/* Error: There is only one alternative in link group java */
The following lines were added (+) and removed (-):
#    Extract jre-8u181-linux-x64.tar.gz to /usr/local - you end up the the java binary in the path: /usr/local/jre1.8.0_181/bin#    Extract jre-8u181-linux-x64.tar.gz to /usr/local (''or what is appropriate for your distribution, see below'') - you end up with the java binary in the path: /usr/local/jre1.8.0_181/binLinux Mint 19.2 - Extract jre-8u181-linux-x64.tar.gz to /usr/lib/jvm - you end up with the java binary in the path: /usr/lib/jvm/jre1.8.0_181/bin sudo update-alternatives --install "/usr/bin/java" "java" "/usr/lib/jvm/jre1.8.0_181/bin/java" 8
Administrator
499
edits