1 Reply Latest reply on Jul 10, 2003 3:38 AM by jonlee

    Jboss Installtion Problem

    kdinaran

      Hi All,
      I am facing the following problems after installing Jboss on my system.

      Please help e out.

      The following message is displayed.

      Could not locate c:\application\java\bin\lib\tools.jar. Unexpected results may occur.
      Make sure that JAVA_HOME points to a JDK and not a JRE.
      ===============================================================================
      .
      JBoss Bootstrap Environment
      .
      JBOSS_HOME: C:\application\jboss\bin\\..
      .
      JAVA: c:\application\java\bin\bin\java
      .
      JAVA_OPTS: -Dprogram.name=run.bat
      .
      CLASSPATH: ;c:\application\java\bin\lib\tools.jar;C:\application\jboss\bin\\run.jar
      .
      ===============================================================================

      Thanks.

        • 1. Re: Jboss Installtion Problem
          jonlee

          It looks like you have specified JAVA_HOME to point to the bin directory of your Java distribution. It must be set to the directory above that (the root directory of your Java distribution)

          e.g. JAVA_HOME=c:\application\java

          Assuming this is where your distribution is installed. Make sure that tools.jar is installed at the location shown in the CLASSPATH and that your java.exe is installed at the place defined by JAVA. These are derived from the JAVA_HOME definition.