Packaging up JavaDoc into a JAR Library to Enable IDE Help
Where do JavaDoc files for a JAR library go so they can be viewed from an IDE?
I wrote a simple utility class that I've JARed up (with source code) to create a JAR library. I can add the JAR to a project (using "Add External JARs..." in Eclipse), and code completion and drill down (F3 in Eclipse) work fine. However, now I want to add JavaDoc to my JAR library so that everyone who includes my library in their projects can view the JavaDoc from within their IDE (F1 in Eclipse). I've created the JavaDoc and it looks fine, but where do I put it?
_
[url=http://www.snapbackup.com/translate/]Translate[/url]

