Notice the inconsistency in the two setenv commands; the first you have an
equal sign and the second one you do not. The second one is the correct
form. 

To reset the PATH variable you can logout and log back in or set the
absolute path (eg., setenv PATH $JAVA_HOME/bin:/usr/bin:/usr/local/bin:...)


> From: "Jamesbond" <[EMAIL PROTECTED]>
> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Date: Sun, 25 Nov 2001 23:30:41 +0100
> To: <[EMAIL PROTECTED]>
> Subject: installing tomcat3.3 unix newbie question
> 
> I apologise for this newbie question, I have looked on the internet but
> couldn't find the solution, so I decided to ask it here.
> 
> In the process of installing tomcat 3.3 I had to set the path to java.
> I executed the following lines twice (accidentally)
> 
> setenv JAVA_HOME=/usr/local/jdk1.1.8
> setenv PATH $JAVA_HOME/bin:$PATH
> 
> I'm in the tcsh shell (freebsd 4.1.1)
> When I do : echo $PATH it shows the path twice:
> 
> /usr/local/jdk1.1.8=/bin /usr/local/jdk1.1.8=/bin
> 
> 1 .How can I remove one of those ? ( I tried unsetenv, but I didn't succeed)
> 
> 2. Why does it add a '=' in the path? Is this correct?
> 
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to