i am really frustated with this...i still couldnt set the environment variable... i need to set the PATH by my jdk;
i have tried the following code and put it at the beginning of the .bashrc file and also tried this code on the shell but yet no help.
Code:
export PATH=$PATH:/usr/java/JDK-1.5.0_04/bin/
still it tries to compile with gcj instead of taking the java command from the installation directory.
in the shell i have also tried with the setenv command by putting
Code:
setenv PATH /usr/java/JDK-1.5.0_04/bin/
setenv CLASSPATH $JMFHOME/lib/jmf.jar:.:${CLASSPATH}: but it reports with 'command not found error'
now tell me what to do...
