[plug] Java environment variable

Carl Gherardi gherardi at cs.curtin.edu.au
Tue Sep 25 15:59:42 WST 2001


On Tue, 25 Sep 2001, J Michael Gilks wrote:

> I am installing a new program and I need to have Java set to my "path
> environment variable".
> Can someone please tell me how to do this.
> Thank you
> Love
> Mike.
>
>
>

under bash

PATH=`echo $PATH`:/path/to/java

Or in your .bashrc file

PATH=$PATH:/path/to/java

followed by
source .bashrc

HTH

Carl




More information about the plug mailing list