News

Installing "sun-java6-jdk" (and removing all of openjdk or going through the dance of switching alternatives) will install everything you need. Interesting on both points.
How to install Java The first thing we must do is install Java, specifically OpenJDK 11. To do that, log in to your Ubuntu instance and issue the command: sudo apt-get install openjdk-11-jdk -y ...