Re: [newbie] Path Variable

2002-09-27 Thread Jason Guidry
try putting the following in the command field of your launcher properties. export PATH=/usr/local/j2re1.3.1/bin:$PATH limewire On Fri, 2002-09-27 at 09:48, John Bodden wrote: I am trying to install LimeWire. Where to I configure the path variable. LimeWire is telling me that I do not

Re: [newbie] Path Variable

2002-09-27 Thread Derek Jennings
Two ways, either edit your ~/.bash_profile (for an individual user), or your /etc/profile (for system wide) to include the path to the java executable in your PATH statement for example PATH=$PATH:$HOME/bin:/usr/lib/jre-1.4.0_01/bin Next time you open a shell the path will be found. The

Re: [newbie] Path Variable

2002-09-27 Thread Stefano Pogliani
I created a file called java.sh in /etc/profile.d/ which contains the following lines: JAVA_HOME=/usr/java/j2sdk1.4.0_01 export JAVA_HOME PATH=$JAVA_HOME/bin:$PATH export PATH /stefano Derek Jennings wrote: Two ways, either edit your ~/.bash_profile (for an individual user), or your

Re: [newbie] Path Variable

2002-09-27 Thread Derek Jennings
Whoops...I noticed a mistake I made in the symlink example I gave. It should be ln -s /usr/lib/jre-1.4.0_01/bin/java /usr/bin/java derek On Friday 27 Sep 2002 11:30 pm, Stefano Pogliani wrote: I created a file called java.sh in /etc/profile.d/ which contains the following lines:

Re: [newbie] Path Variable

2002-09-27 Thread John McQuillen
On Sat, 2002-09-28 at 08:30, Stefano Pogliani wrote: I created a file called java.sh in /etc/profile.d/ which contains the following lines: JAVA_HOME=/usr/java/j2sdk1.4.0_01 export JAVA_HOME PATH=$JAVA_HOME/bin:$PATH export PATH I decided that I would try to do this using the

[newbie] PATH variable mess

2000-12-21 Thread Henryk M. Kowalski
Does anyone know all the different locations in which the PATH variable is set in Linux Mandrake? I'm running 7.0, 7.1 and 7.2 on different machines. The same problem shows up on all. Here's an example: The PATH variable on this 7.0 machine seems to be a run-on circular definition: