Java Environment Variable Setup Linux, UNIX, Solaris, FreeBSD
Set Java Environment Variable Setup On Linux, UNIX, Solaris, FreeBSD
Let’s have setup your Java Environment Variables in Linux, Unix, Solaris, and FreeBSD
Refer to your shell documentation, if you have trouble doing this.
Example
if you use bash as your shell, then you would add the following line to the end of your ‘.bashrc: export PATH = /path/to/java:$PATH’
0 Comments