Reputation: 33
I have created a new GraalVM + JavaFX project with simple interface, but instead of this:
I can see only this:
I have compiled my project with/on:
You can easily reproduce it:
pom.xml
(graalvm.home
property)mvn clean install
to run metadata collecting agent, build native image and run itUpvotes: 0
Views: 223
Reputation: 33
During all that day I have tested native AOT compilation of this test project.
Binaries is working fine on Windows and Mac OS hosts, but not at all Linux hosts, and it's so sad :(
I will use the next 'partially native' app distribution solution:
Thanks a lot to José Pereda for any help and instant answers.
Upvotes: 1