| Author |
How to create a standalone SWT app ?
|
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
Hi. Besicaly, we can jar our Swing application and distribute it, But how to create a standalone SWT-based application ? I use RSSOwl (which it is based on SWT), this app packaged as an exe file.
|
 |
jay vas
Ranch Hand
Joined: Aug 30, 2005
Posts: 407
|
|
If youre using eclipse try downloading fat jar plug in. Then create a folder, and put 1) the swt dll file and 2) the jar file in the top directory. That worked for me ... Another, more sophisticated option is to use Java Web Start.
|
 |
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
|
What is the fat jar plugin ?
|
 |
 |
|
|
subject: How to create a standalone SWT app ?
|
|
|