
| Fixing a bug in SWT
Set up your Java environment:
- Download and install a Java JRE (SWT only requires a 1.4.x JRE to
run but you can also use more recent ones).
- Download and install the current Eclipse build.
(Select the "Eclipse Classic" download.)
- Setup SWT from GIT.
Make sure to load
org.eclipse.swt plus any swt fragment you need
(for example, org.eclipse.swt.gtk.linux.x86),
org.eclipse.swt.snippets,
and org.eclipse.swt.examples.
- Click on any Snippet or example, and select Run As>Java
Application.
Understand SWT:
The eclipse.org/swt/ page contains many links
and resources that are useful for understanding SWT. Some of these are:
Understand open source:
Bugzilla
Find the Operating System doc:
|