jdk 4 path set problem

Markus Schönhaber ubuntu-users at list-post.mks-mail.de
Wed Sep 16 11:32:43 UTC 2009


jiten jha:

> I have jdk4 tar file . copy that tar file in /opt directory and un tar it .
> it is create jdk4 folder . after set the path .
> 
> export JAVA_HOME=/opt/jdk4
> export ANT_HOME=/opt/ant
> export PATH=$PATH:${JAVA_HOME}/bin:${ANT_HOME}/bin

Make the last statement
export PATH=${JAVA_HOME}/bin:${ANT_HOME}/bin:$PATH
instead.

-- 
Regards
  mks




More information about the ubuntu-users mailing list