I setup Path to /AGG/opt/JDK/bin and /usr/bin
both directories have java binary code. The question is I need use java binary
code under /AGG/opt/JDK/bin . but each time it goes to the java binary in
/usr/bin.
"echo $PATH" shows "/AGG/opt/JDK/bin:/usr/bin"
it is under csh.
Thanks for help.
f*g 发帖数: 47
2
change the order of path?
【在 e*****n 的大作中提到】 : I setup Path to /AGG/opt/JDK/bin and /usr/bin : both directories have java binary code. The question is I need use java binary : code under /AGG/opt/JDK/bin . but each time it goes to the java binary in : /usr/bin. : "echo $PATH" shows "/AGG/opt/JDK/bin:/usr/bin" : it is under csh. : Thanks for help.