Tag Archives: OpenJDK
How to Install OpenJDK (JAVA) in Ubuntu
Installing java in Linux/UNIX based system can be a bit tricky sometimes because it requires the user to set an environment variable called JAVA_HOME and finding the right version of java can be sometimes overwhelming. To stay in the open-source realm, we will use openjdk-8-jdk. First, we need to make sure that currently, there is no…