Registry / networking / jffi
library1.3.15javamavenunverified

Java Foreign Function Interface (JFFI) provides a high-performance binding to native code via JNI, used by JRuby and other JVM languages.

<dependency> <groupId>com.github.jnr</groupId> <artifactId>jffi</artifactId> <version>1.3.15</version> </dependency>
INSTALL
IMPORT
SIG · JFFI
J
jffi
networkingjavav1.3.15
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Foreign
com.kenai.jffi.Foreign

Using JFFI to load a native library

import com.kenai.jffi.Foreign; import com.kenai.jffi.Library; public class Example { public void loadLibrary() { Foreign foreign = Foreign.getInstance(); Library lib = Library.getLibrary("c"); } }
Debug
Known issues
gotchaJFFI is platform-specific and requires native libraries
fix
Ensure native JFFI library is available for your platform
affects: *
Upgrade
Version history
1.3.15latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jffi — mvn dependency:get jffi · libregistry