Where is Javadoc for SWT? [message #771197] |
Mon, 26 December 2011 11:23  |
Eclipse User |
|
|
|
In our standalone SWT/JFace app, we see the SWT library jar called out in Project/Properties/Java Build Path/Libraries.
Under that, we see:
Javadoc location: (None)
We would like to be able to see the Javadoc. Where is it???
TIA,
BE
|
|
|
Re: Where is Javadoc for SWT? [message #774299 is a reply to message #771197] |
Tue, 03 January 2012 11:51  |
Eclipse User |
|
|
|
Hi,
The javadoc is accessible on-line at
http://www.eclipse.org/swt/javadoc.php .
To view the javadoc in your environment (eg.- in content assist) you
need to point at the separate jar containing swt's source (a jar is not
produced that contains solely its javadoc). If your swt jar came from
an eclipse release's "plugins" directory then you'll find the source in
a jar in the same directory named something like
"org.eclipse.swt.win32.win32.x86.source_<version>.jar". If your swt jar
came as a stand-alone swt download then you should have a "src.zip" file
that has what's needed.
Grant
On 12/26/2011 11:23 AM, Bill wrote:
> In our standalone SWT/JFace app, we see the SWT library jar called out
> in Project/Properties/Java Build Path/Libraries.
>
> Under that, we see:
> Javadoc location: (None)
>
> We would like to be able to see the Javadoc. Where is it???
>
> TIA,
> BE
|
|
|
Powered by
FUDForum. Page generated in 0.04618 seconds