16

Anyone know where I can download swt.jar?

Xander
  • 9,069
  • 14
  • 70
  • 129

4 Answers4

12

If you have Eclipse IDE installed, you can find the jar file in eclipse/plugins/org.eclipse.swt**.jar

qichuan
  • 1,110
  • 7
  • 8
10

You can get it under "releases" on the SWT eclipse page.

mdma
  • 56,943
  • 12
  • 94
  • 128
3

Now the real download page is:

https://download.eclipse.org/eclipse/downloads/drops4/R-4.10-201812060815/#SWT

At the bottom, under "SWT Binary and Source" part. You see these files:

Windows (64 bit version)             swt-4.10-win32-win32-x86_64.zip
Linux (64 bit version)               swt-4.10-gtk-linux-x86_64.zip
Linux (64 bit version for Power PC)  swt-4.10-gtk-linux-ppc64le.zip
Mac OSX (64 bit version)             swt-4.10-cocoa-macosx-x86_64.zip
WesternGun
  • 11,303
  • 6
  • 88
  • 157
1

You can go to the Java2s and below the code you can find download button, not only this jar you can find many(official) jar files from there.

Also you can find tutorials(if interesting) for swt jar from this.

I know this answer after seven years but this may be helpful to someone who is looking for this plugin.

Blasanka
  • 21,001
  • 12
  • 102
  • 104