hi i am using fedora linux and i would like to set a path for my java and my ant program
no i tried
export JAVA_HOME=/usr/java/j2sdk1
.4.0_01
export ANT_HOME=/opt/jakarta-ant-
1.4.1
export PATH=${PATH}:${JAVA_HOME}/
bin:${ANT_
HOME}/bin:
that worked only for that terminal session
i want it to work all the time
please i want to set the path variable so that even if i reboot the system that static path is still there emnaing
java command would work
thanks
Start Free Trial