Importing SWT Project Into Workspace Using Eclipse.
Monday, 10 October 2008
First create a Java project. So in the “File” menu, click “Import”. Select the “Existing Projects into Workspace” wizard, and then click “Next” button. Click “Select archive file:” and find the SWT project path. Click the “Finish”. This wizard will create a project called “org.eclipse.swt”. You can see the project at “Package Explorer”.
Open the “properties” window of your Java project. Open the “Java Build Path” page. On the “Projects” tab, pres the “Add…” button and chose “org.eclipse.swt”, and then press “OK”. And press “OK” again. So we added SWT project into workspace.
Reference: SWT.