Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 476 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 476 Bytes

kawa-javafx-graalvm

Let's build a JavaFX app with Kawa Scheme!

This is a work-in-progress to integrate the GluonHQ work for JavaFX and make it work using Kawa Scheme.

What works

To build,

mvn compile

To run,

mvn javafx:run

This is a standalone solution, and does not require setting JAVAFX_HOME using environment variables.

What doesn't work

Native image cannot be built:

mvn client:build