[jboss-user] [Beginners Corner] - Re: Load Library problem

tgcosta do-not-reply at jboss.com
Thu Jul 17 14:40:43 EDT 2008


Peter

I did this. I edit the .bash_profile in my home directory. See:

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export JAVA_HOME=/usr/java/jdk1.5.0_16
export PATH=$PATH:$JAVA_HOME/bin

export ANT_HOME=/usr/Ant
export PATH=$PATH:$ANT_HOME/bin

export JBOSS_HOME=/usr/jboss/jboss-4.2.2.GA
export PATH=$PATH:$JBOSS_HOME/bin
~                                   

what do you think?


Thiago.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165159#4165159

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165159



More information about the jboss-user mailing list