Skip navigation

Category Archives: Java + Ubuntu

Installing java is pretty simple, just update your source list in /etc/apt/sources.list and then launch Synaptic package manager and pick the new version of java… BUT, How you change the system’s path to launch your new version of java?
sudo update-alternatives –config java

Ah!!! I mean, seriously, it should have updated itself somehow knowing that I just installed a new version of java.