Software
>>
OS
>>
Unix
>>
Linux
>>
Applications
>>
JRE
>>
How to set up Java Runtime Enviroment (JRE)
download jre from internet eg. in tar.gz format # tar -zxvf
-C /parentdestinationdir set the following environment variables JAVA_HOME, PATH, CLASSPATH eg. setup into /usr/jre118 export JAVA_HOME=/usr/jre118 export PATH=$JAVA_HOME;$PATH
Please enable JavaScript to view the
comments powered by Disqus.