you need to add /usr/java/j2sdk1.4.2_09 to your path.<br><br>In csh or tsch type: setenv PATH $PATH:/usr/java/j2sdk1.4.2_09/bin<br>In sh, ksh, or bash type: export PATH=$PATH:/usr/java/j2sdk1.4.2_09/bin<br><br>You probably want to add those statements to your .profile or .login file too.
<br><br>The alternative that may work better is to put a link in /usr/bin for java.<br>To do that type: ln -s /usr/java/j2sdk1.4.2_09/bin/java /usr/bin/java.<br><br>If you have a csh-based shell, then you will need to type in: rehash
<br>once you have done that.<br><br><div><span class="gmail_quote">On 12/7/05, <b class="gmail_sendername">Nathan C. Smith</b> &lt;<a href="mailto:smith@ipmvs.com">smith@ipmvs.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>So I'm trying to install the community edition of Scalix on Centos 4.2.<br>After I installed Redhat-derived Centos 4.2 (everything) I removed the jcc<br>or whatever the gcc compatible java stuff is called.&nbsp;&nbsp;Now if I say:
<br>whereis java<br>java: /etc/java /usr/lib/java /usr/share/java<br><br>But<br><br> java -version<br>-bash: java: command not found<br><br>Hmm.&nbsp;&nbsp;So Java lives at: /usr/java/j2sdk1.4.2_09<br><br>Seems to me I need to get it into the path somehow right?&nbsp;&nbsp;Can anyone throw
<br>me a clue on how to proceed so that when I type java -version from anywhere<br>I get<br><br>java version &quot;1.4.2_09&quot;<br>Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-b05)<br>Java HotSpot(TM) Client VM (build 
1.4.2_09-b05, mixed mode)<br><br>I'm not sure if a path change or a symlink is what I need...<br><br>-Nate<br>_______________________________________________<br>Cialug mailing list<br><a href="mailto:Cialug@cialug.org">Cialug@cialug.org
</a><br><a href="http://cialug.org/mailman/listinfo/cialug">http://cialug.org/mailman/listinfo/cialug</a><br></blockquote></div><br>