[plug] Java environment variable

Christian christian at amnet.net.au
Tue Sep 25 16:01:27 WST 2001


On Tue, Sep 25, 2001 at 03:59:42PM +0800, Carl Gherardi wrote:
 
> under bash
> 
> PATH=`echo $PATH`:/path/to/java
> 
> Or in your .bashrc file
> 
> PATH=$PATH:/path/to/java

The first is equivalent to the second really -- just less efficient.  I
think you'll also need to put 'export' at the beginning to make the
variable available to other descendant processes. 

-- 
DSA 0x0EC1D28C: BBCB 0D79 4EBB 078A A066  7267 8BED E9D6 0EC1 D28C



More information about the plug mailing list