| Author |
How To add SWT DOC in Eclipse
|
Pradeeep Sharma
Ranch Hand
Joined: Dec 04, 2008
Posts: 32
|
|
Hi,
I got SWT documentation on following url :http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/widgets/Shell.html
But there is no link provided to download it.
Can any one tell me from where to download it and how to add it in eclipse.
With Regards.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19214
|
|
For any JAR file on the build path you can attach both source code and Javadoc to it as follows:
- right click on the project
- select Properties
- click on Java Build Path
- select the Libraries tab
- open the library by pressing on the +
- click on Source attachment
- press Edit
- select the path (external file for JAR/ZIP files, external folder for directories, workspace for another Eclipse project)
- press OK
- click on Javadoc location
- press Edit
- fill in the Javadoc URL
- press OK
For SWT the Javadoc URL is http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api/
Since this is an Eclipse issue I'm moving this to IDEs.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: How To add SWT DOC in Eclipse
|
|
|