Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!