Discussion:
where & what installing Javadoc
Kalahari
2007-02-08 20:22:20 UTC
Permalink
Hii,
In the NetBeans IDE, can't open Javadoc in the popup
when doing code-completion.

Message:
"Javadoc not found. Either Javadoc documentation for
this item does not exist or you have not added
specified Javadoc in the Java Platform Manager or the
Library Manager."

OK, i know how to..

But, from WHERE i have to download the Javadoc files ?
& WHAT file(s) ?

I have Javadoc/ installed in my compie in the form of
HTML. May I used that folder.. ?

TIA
GBU
klhr/

Send instant messages to your online friends http://asia.messenger.yahoo.com
Jiri Prox
2007-02-08 09:11:50 UTC
Permalink
Hi,
installing javadoc differs on type of element you want to get javadoc
for.
- javadoc for your sources: it should work w/o any additional setting,
just type javadoc to your code and it
will be shown when doing CC

- javadoc for JDK classes: should work w/o any setting, to enable
advanced functions (as javadoc index search) download javadoc.zip from
Sun pages (for jdk1.6 see
http://java.sun.com/javase/downloads/index.jsp), then go to java
platform manager and add this zip in javadoc
tab

- javadoc for library classes: open library manager and add .zip or
folder with javadoc on javadoc


Regards
Jirka
Post by Kalahari
Hii,
In the NetBeans IDE, can't open Javadoc in the popup
when doing code-completion.
"Javadoc not found. Either Javadoc documentation for
this item does not exist or you have not added
specified Javadoc in the Java Platform Manager or the
Library Manager."
OK, i know how to..
But, from WHERE i have to download the Javadoc files ?
& WHAT file(s) ?
I have Javadoc/ installed in my compie in the form of
HTML. May I used that folder.. ?
TIA
GBU
klhr/
Send instant messages to your online friends
http://asia.messenger.yahoo.com
Max Sauer
2007-02-08 09:21:08 UTC
Permalink
JDK javadoc can be dowloaded from here:
http://java.sun.com/javase/downloads/index.jsp (Java SE 6 Documentation)
You can add javadocs both as folder and as *.zip file, inside Tools|Java
Platform manager.

Regards,
-Max
Post by Kalahari
Hii,
In the NetBeans IDE, can't open Javadoc in the popup
when doing code-completion.
"Javadoc not found. Either Javadoc documentation for
this item does not exist or you have not added
specified Javadoc in the Java Platform Manager or the
Library Manager."
OK, i know how to..
But, from WHERE i have to download the Javadoc files ?
& WHAT file(s) ?
I have Javadoc/ installed in my compie in the form of
HTML. May I used that folder.. ?
TIA
GBU
klhr/
Send instant messages to your online friends
http://asia.messenger.yahoo.com
Rory Marquis
2007-02-08 12:11:55 UTC
Permalink
You need to download the Javadoc for the library you are using.

Javadocs are presented in HTML, if you have already downloaded the
Javadoc you want, just add the folder, or zip file.

If you just want the Java SE Javadocs then you need to download them
from here:
http://java.sun.com/javase/downloads/index.jsp
Then add it to the Platform Manager

Rory
Post by Kalahari
Hii,
In the NetBeans IDE, can't open Javadoc in the popup
when doing code-completion.
"Javadoc not found. Either Javadoc documentation for
this item does not exist or you have not added
specified Javadoc in the Java Platform Manager or the
Library Manager."
OK, i know how to..
But, from WHERE i have to download the Javadoc files ?
& WHAT file(s) ?
I have Javadoc/ installed in my compie in the form of
HTML. May I used that folder.. ?
TIA
GBU
klhr/
Send instant messages to your online friends
http://asia.messenger.yahoo.com
--
Rory Marquis
Senior Development Engineer

EKM4
1 Roman Way
Crusader Business Park
Warminster
Wiltshire
BA12 8BT

Telephone: +44(0) 1985 217 920
Facsimile: +44(0) 870 889 7022
Mobile : +44(0) 7875 361 856

***********************************************************************
EKM4 Limited
REGISTERED IN ENGLAND AND WALES
Company no. 04165970
VAT Registration no. 771 9192 03

EKM4 is a trading name for EKM4 Limited
Registered office:-
c/o Wormald and Partners
157 Redland Road
Bristol
BS6 6YE
***********************************************************************
Loading...