Open up the Terminal (Alt + F2 > Terminal).
Remove OpenJDK installation.
sudo apt-get update && apt-get remove openjdk*
Download Oracle JDK from here. You are looking for a linux version with tar.gz extension. Also choose the right version from 32-bit (x86) and 64bit (x64) one.
Change directory into …
阅读更多