Created
October 31, 2013 11:30
-
-
Save vunb/7248178 to your computer and use it in GitHub Desktop.
Reload: source ~/.bash_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
[vi@Manlab java_sdk_1.6.0]$ more ~/.bash_profile | |
# .bash_profile | |
# Get the aliases and functions | |
if [ -f ~/.bashrc ]; then | |
. ~/.bashrc | |
fi | |
# User specific environment and startup programs | |
# Vunb: 2013.10.15 | |
#JAVA_HOME=/usr/java/latest/ | |
#JAVA_HOME=/usr/java/jdk1.6.0_35/ | |
JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk/ | |
export JAVA_HOME | |
PATH=$PATH:$HOME/bin:$JAVA_HOME | |
# Vunb: End | |
export PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment