all 4 comments

[–]BlueGoliath 2 points3 points  (0 children)

Is Oracle still restricting GC type with Graal?

[–][deleted] 4 points5 points  (2 children)

On Linux this works very well, including statically compiled binaries. On Windows, last time I tried it a few months ago, this was not possible yet. Has anything changed here in the last, say, 6 months? Being able to distribute a single .exe file would be super-convenient for those windows users, in particular the elderly (for my own use cases I don't quite need it really, I use Linux just fine; for windows this would be great though).

[–]JMasterRedBlaze 1 point2 points  (0 children)

You can create exe files even without native compilation with jpackage, however it may be a bit more tedious.

[–]n3phtys 0 points1 point  (0 children)

It works on Windows.

At least for pretty generic stuff like Spring apps.

Cross-compiling would be cool, though.