<div><span class="gmail_quote"></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>-bash-3.00$ vi /etc/profile.d/java.sh<br># set java home enviroment variable<br>JAVA_HOME=/usr/java/jre1.5.0_06/bin
<br>export JAVA_HOME<br><br>You might have to have java in your path, that can be done with<br>export PATH=$PATH:$JAVA_HOME (in the same profile)<br><br>Where "/usr/java/jre1.5.0_06/bin" is the path where java is installed on
<br>your box.<br><br>Daniel<br></blockquote></div><br>
uhm...JAVA_HOME is not set on my distro....but in more cases is not required.....<br>
But when I found the error I tried to set it....in effect I exported the following path:<br>
<br>
export JAVA_HOME="/usr/java/jre1.4.2"<br>
<br>
....I thought that was right....I don't exported bin...<br>
<br>
Ok....now in the (my) Afternoon I try to set as you say me....<br>
<br>
regards<br>
Alex<br>