Java is a class based, object oriented programming language. It is cross platform and widely use in developing applications. The Java was first developed in Sun Microsystem (Now acquired by Oracle). In this post, to install Java we will use the OpenJDK package. OpenJDK is a free and open source product implements Java SE which […]
java
Install and set Java on Ubuntu 14.04 LTS with tar ball file
In this tutorial we will learn , how to install and set Java on Ubuntu 14.04 LTS with tar ball. Currently on Oracle official site the .deb package is not available. We will first download the JDK tar package and then simply set the environment. Steps to set Java environment is same with Debian, Ubuntu, […]
How to set JAVA environment variables in Linux
When you work on Java or any Java based project , you might need to set JAVA environment variables JAVA_HOME and PATH in Linux. After installing new java (jdk or jre) or latest Java you may have usually find that the version of java is not exactly the same which you have installed. It might […]