You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2014/04/21 21:12:01 UTC

[Bug 56439] New: tools.jar not found

https://issues.apache.org/bugzilla/show_bug.cgi?id=56439

            Bug ID: 56439
           Summary: tools.jar  not found
           Product: Ant
           Version: 1.8.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build Process
          Assignee: notifications@ant.apache.org
          Reporter: n3rux@aol.com

I am trying to get started with ant but have not been able to find the reason
for the following error which is also reported by running ant -diagnostics.

Surely this has to be a bug since /usr/lib/jvm/java-6-openjdk/lib is not a
directory and could not contain tools.jar. Help!

root@debian:/xant# ant
Unable to locate tools.jar. Expected to find it in
/usr/lib/jvm/java-6-openjdk/lib/tools.jar
Buildfile: /xant/build.xml

info:
     [echo] Apache Ant version is Apache Ant version 1.8.0 compiled on March 11
2010 - You are
     [echo]     at www.tutorialspoint.com 

BUILD SUCCESSFUL
Total time: 0 seconds
root@debian:/xant#

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56439] tools.jar not found

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56439

Jan Mat <ja...@materne.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Jan Mat <ja...@materne.de> ---
This is not a bug, this is an information message what could be wrong with your
environment. 
Because this is not a bug, I close this issue.

For these kinds of questions, please ask on the user list.

This specific problem is usually because your JAVA_HOME points to a JRE instead
of a JDK.

-- 
You are receiving this mail because:
You are the assignee for the bug.