Actions
Bug #4029
closedmissing dependency for tools.jar in windows
Status:
Resolved
Priority:
Normal
Assignee:
Category:
documentation
Target version:
Start date:
04/27/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4029
Description
The documentation fails to mention the need for a dependency on tools.jar in setting up building Kepler with Eclipse in Windows.
Since tools.jar is not by default a dependency in the JRE path, the build will give errors about a missing dependency on com.sun.javadoc in KarDoclet.java.
The steps to fix this in eclipse are:
1. Windows -> Preferences -> Java -> Installed JREs
2. Select the default JRE -> Edit -> Add External Jars -> [Path to JDK]/lib/tools.jar
Actions