# .bash_profile# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi# User specific environment and startup programs#PATH=$PATH:$HOME/bin
JAVA_HOME=/usr/java
PATH=$PATH:$HOME/bin:$JAVA_HOME/bin
MYSQL_HOME=/home/mysql
PATH=$MYSQL_HOME/bin:$PATH
export JAVA_HOME PATHexport PATH
unset USERNAME
go to /home/urname/.bash_profile
add the upper taguse urname to reloginU may use export XXX=XXX to make the classpath