I recently decided to go back to Java, especially because of the features provided in version 8. Here’s how I did it (tldr in bottom). First things first, we need a repository to pull the packages from, so we add webupd8team’s java PPA repository with: sudo add-apt-repository ppa:webupd8team/java Running this […]
Java 8
1 post