Where is the source code for SWT?
The source code for SWT can be found in two places: • In the swtsrc.zip file in the eclipse SDK download. The location of swtsrc.zip depends on which drop you have and what platform you are interested in. For example: • eclipse 1.0 Windows – eclipse\plugins\org.eclipse.swt\swtsrc.zip Motif – eclipse/plugins/org.eclipse.swt/swtsrc.zip • eclipse 2.0 Windows – eclipse\plugins\org.eclipse.platform.win32.source_2.0.0\src\org.eclipse.swt.win32_2.0.0\ws\win32 Motif – eclipse/plugins/org.eclipse.platform.motif.source_2.0.0/src/org.eclipse.swt.motif_2.0.0/ws/motif GTK – eclipse/plugins/org.eclipse.platform.gtk.source_2.0.0/src/org.eclipse.swt.gtk_2.0.0/ws/gtk • On the dev.eclipse.org CVS server. This is the current SWT source code. To get it, connect a CVS client (such as eclipse) to: :pserver:anonymous@dev.eclipse.org:/home/eclipse and check out the project org.eclipse.swt. If you are using eclipse, you will need to rename the .classpath_WS file (where WS is the name of the windowing system of