Previously I shared a blog post comparing Java JNI and FFM examples, the follow up is compiling these back to native images using GraalVM
https://lofthouse.dev/2026/02/20/java-back-to-the-native/ #JNI #FFM #Native #Java #GraalVM
Java: Back to the Native
Introduction In the blog post Beginning Native Java Development, I presented a set of example projects. These projects allow us to experiment with different ways we can interact with native code fr…
Darran's Development Blog