On Wed, 2003-06-25 at 21:52, rebel student wrote: > > This should appear if I type java -version in any > directory since I have added that path. Seems, that > java installed with the Red Hat 9 is overiding it. I > looked it in the packages with > redhat-config-packages so that I could uninstall it > but I could not find a package name for java installed > in my systems in the developments section. > Can someone tell me how to stop this overiding, in > fact I want to uninstall this open source java and > use only the sun distribution for linux. > Type "which java" when you are in your home directory and you will note that the java being found is in a directory that appears in your PATH prior to $JAVA_HOME/bin. An "easy" way around this would be to....PATH=$JAVA_HOME/bin:$PATH and export that... Ed -- http://www.shorewall.net Shorewall, for all your firewall needs
Attachment:
signature.asc
Description: This is a digitally signed message part