Ayyan has Published 52 Articles

How to set JAVA_HOME for Java in Linux?

Ayyan

Ayyan

Updated on 30-Jul-2019 22:30:21

186 Views

Assuming you have installed Java in \usr\local\java\jdk directory −if you use bash as your shell, then you would add the following line to the end of your '.bashrc: export JAVA_HOME=\usr\local\java\jdk'

How to configuring Java Environment on Linux?

Ayyan

Ayyan

Updated on 30-Jul-2019 22:30:21

271 Views

Assuming you have installed Java in \usr\local\java\jdk directory −if you use bash as your shell, then you would add the following line to the end of your '.bashrc: export JAVA_HOME=\usr\local\java\jdk'Assuming you have stored your Java programs in \usr\local\myprograms\ directory −if you use bash as your shell, then you would add the following line ... Read More

Advertisements