If you are going to run SWT GUIs inside
Eclipse then you need to
make sure eclipse can find the required libraries. One way to do this
is to add the required jar file(s) to your project's build
path and to copy the
native SWT library (or libraries) into your project.
On the Windows platform, do this: | ||
Your project should now look something like the image to the right: |
![]() |
For Linux (and for other platforms it should be similar), do this: | ||
|
![]() |