New ADK installation - where is javadoc.exe? [message #1237117] |
Tue, 28 January 2014 17:43  |
Eclipse User |
|
|
|
I've been working with java for a couple months, and have decided to try my hand at Android development. After installing the ADT Bundle for Windows, I've found that javadoc.exe isn't part of the 'kit'. Can anyone point me in the right direction? Gotta generate those javadocs... Thanks for any help!
-TR
|
|
|
Re: New ADK installation - where is javadoc.exe? [message #1237379 is a reply to message #1237117] |
Wed, 29 January 2014 09:59  |
Eclipse User |
|
|
|
On 01/29/2014 07:30 AM, Terrence Rhinehart wrote:
> I've been working with java for a couple months, and have decided to try
> my hand at Android development. After installing the ADT Bundle for
> Windows, I've found that javadoc.exe isn't part of the 'kit'. Can
> anyone point me in the right direction? Gotta generate those
> javadocs... Thanks for any help!
>
> -TR
First, this has nothing whatsoever to do with ADT.
javadoc.exe is found in the JDK you must be using in order to do Android
and all other Java development. The path is something like:
.../jdk1.7.0_45/bin/javadoc[.exe]
You can generate Javadoc using either Eclipse, manually, or from an ant
script, probably also from Maven or other build tools.
|
|
|
Powered by
FUDForum. Page generated in 0.08575 seconds