You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
James Baker edited this page Apr 27, 2017
·
3 revisions
The baleen-javadoc project requires tools.jar from the JDK to build, but this is not available via a standard Maven repository due to limitations on it's distribution. There are two approaches to resolving this:
If you have JAVA_HOME correctly set on your machine and it is pointing to a JDK rather than a JRE, then the relative system path provided in the POM file should pick up tools.jar. However, you may find that you need to tweak this to accurately reflect the files location on your system.
If you are building in Eclipse or aren't able to modify JAVA_HOME, then an alternative approach is to install tools.jar into your local Maven repository using the command below. Following this, you will need to update baleen-javadoc\pom.xml to remove the system scope.