How to set JAVA environment variables in Linux
Introduction 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…