libjna-platform-java

Dynamic access of native libraries from java without jni (platform extension)
  https://github.com/twall/jna
  0
  no reviews



Jna provides java programs easy access to native shared libraries without writing anything but java code - no jni or native code is required. this functionality is comparable to windows' platform/invoke and python's ctypes. access is dynamic at runtime without code generation.

this package contains the platform library with many native functions already mapped as well as a set of utility interfaces that simplify native access.