Install Java 7 Tar Gz Ubuntu Desktop
Posted : admin On 03.01.2020Install Tar Gz Linux Mint
Table of Contents.1. OverviewIn this tutorial, I am going to explain how to install Java in Ubuntu Linux environment.The primary goal of this article is to learn java installation in Linux, Java installation in most of the Linux flavors are similar, few steps can be modified according to the OS flavor in which you are installing java.There are basically 2 ways to install Java in Linux. Set java home environment variable Step 4: Verify java installationNow, we have to verify the JAVAHOME path and installation using commands:To verify JAVAHOME, I have used below command from terminal,$ echo $JAVAHOMETo verify the javac & java, I have used commands:$ javac -version$ java -versionIf the above commands work properly then we have configured the Java installation in Linux properly.