Created
May 17, 2017 23:07
-
-
Save stanchan/8f7aee8e90c48ecc266771e3afdccda6 to your computer and use it in GitHub Desktop.
Java Profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
export JAVA_HOME=/usr/java/jdk | |
export JRE_HOME=$JAVA_HOME/jre | |
export J2RE_HOME=$JAVA_HOME/jre | |
export PATH=$JAVA_HOME/bin:$JRE_HOME/bin:$J2RE_HOME/bin:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment