On 2/4/06, Zak <[EMAIL PROTECTED]> wrote:
> The SDK was installed at: /usr/java/jdk1.5.0_06
> The Path is:
> /usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/zak/bin

in your home directory do:
vim .bashrc (or whatever other text editor you use)
and add the following line:
export PATH="$PATH:/usr/java/jdk1.5.0_06/bin: /usr/java/jdk1.5.0_06/jre/bin"
This will add the locations where javac and java live to your path.

Someone might want to double check the syntax on that export line, my
linux machine is doing emerge -e system itself right now and I can't
look at my own .bashrc.

>
> The Path to the javac is:/usr/bin/javac

Then go to /usr/bin (as root) and remove the javac and java
executables that are in there.

--
Alex Esplin

--------------------
BYU Unix Users Group
http://uug.byu.edu/

The opinions expressed in this message are the responsibility of their
author.  They are not endorsed by BYU, the BYU CS Department or BYU-UUG.
___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/newbies

Reply via email to