https://github.com/jbock-java/hello-swt-gtk
Hello World
https://github.com/jbock-java/hello-swt-gtk
Last synced: 6 months ago
JSON representation
Hello World
- Host: GitHub
- URL: https://github.com/jbock-java/hello-swt-gtk
- Owner: jbock-java
- Created: 2025-06-29T07:52:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-29T09:14:32.000Z (7 months ago)
- Last Synced: 2025-06-29T10:23:18.061Z (7 months ago)
- Language: Java
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### SWT Hello World
Apparently you need to download a jar file and add it to lib folder.
That's just how it's done in the big 2025.
SWT repo: [eclipse github](https://github.com/eclipse-platform/eclipse.platform.swt)
Find the download link and download "SWT Binary and Source" for your platform.
Extract this zip file and copy `swt.jar` to `lib/swt-PLATFORM.jar`,
where `PLATFORM` is `cocoa`, `win32` or `gtk`, depending on your OS.
Now you can run the HelloWorld application:
```sh
./gradlew run
```