Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

swt.jar where is it?

Tags:

java

swt

Anyone know where I can download swt.jar?

like image 655
zachary Avatar asked May 04 '10 01:05

zachary


People also ask

Where is SWT jar located?

You can get it under "releases" on the SWT eclipse page. Show activity on this post. Show activity on this post. 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.

What is SWT library?

The Standard Widget Toolkit (SWT) is a Java based user interface library for developing desktop application. SWT supports Windows, Linux and Mac OS X. It provides lots of standard widgets, e.g., buttons and text fields as well as the option to create custom widgets.

What is SWT and Swing?

SWT and Swing are different tools that were built with different goals in mind. The purpose of SWT is to provide a common API for accessing native widgets across a spectrum of platforms. The primary design goals are high performance, native look and feel, and deep platform integration.


2 Answers

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

like image 157
qichuan Avatar answered Sep 21 '22 08:09

qichuan


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

like image 33
mdma Avatar answered Sep 18 '22 08:09

mdma