Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshlong-attic/liberica-aot-swing
wanna use Swing with GraalVM? me too! Here's an example that assumes the Liberica NIK release of Java is installed
https://github.com/joshlong-attic/liberica-aot-swing
Last synced: 3 days ago
JSON representation
wanna use Swing with GraalVM? me too! Here's an example that assumes the Liberica NIK release of Java is installed
- Host: GitHub
- URL: https://github.com/joshlong-attic/liberica-aot-swing
- Owner: joshlong-attic
- License: mit
- Created: 2023-10-16T00:06:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T02:25:49.000Z (about 1 year ago)
- Last Synced: 2024-04-13T19:27:41.499Z (9 months ago)
- Language: Java
- Size: 67.4 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
if you want to run this, you _may_ have to use the Liberica NIK version of GraalVM. Here's how i installed it:
```shell
sdk install java 23.r20-nik && sdk default java 23.r20-nik
```Good luck!