Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Where is Javadoc for SWT?
Where is Javadoc for SWT? [message #771197] Mon, 26 December 2011 16:23 Go to next message
Bill  is currently offline Bill Friend
Messages: 13
Registered: February 2011
Junior Member
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 16:51 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
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
Previous Topic:COM.CoCreateInstance(...) crashes
Next Topic:org.eclipse.swt.SWTException: Failed to execute runnable
Goto Forum:
  


Current Time: Wed Apr 24 16:13:27 GMT 2024

Powered by FUDForum. Page generated in 0.03255 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top