CentOS List wrote:> Hi,
>
> I had installed java via yum and would like to run jbilling
> application and got an error.
>
> run.sh: Missing file: /lib/tools.jar
> run.sh: Unexpected results may occur. Make sure JAVA_HOME points to a
> JDK and not a JRE.
>
> How can i check where is the JAVA_HOME?
>
> regards
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
I normally take care of JAVA_HOME in /etc/profile in the following manner:
JAVA_HOME="/usr/local/java/j2sdk/"
export JAVA_HOME
I'd like to know how you installed java using yum! I've just downloaded
and installed the Java 6 SDK and broken my tomcat5...