Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 2.08 KB

javaspektrum-ffm-ffi.adoc

File metadata and controls

27 lines (20 loc) · 2.08 KB

Gute Nachbarschaft - Foreign Memory und Foreign Function API in Java 21

Java, als interpretierte und just-in-time compilierte Sprache auf einer virtuellen Maschine, hat sich nie mit einer leichten Integration with nativen Bibliotheken und Code hervorgetan.

Trotz Ansätzen wie Java Native Interface (JNI) und (JNA)

Java Native Interface

Seit Java xx sind die ForeignMemory und ForeignFunction API als preview-Features verfügbar. Mit Java 21 werden diese im dritten Preview (JEP 442) bereitgestellt.