libjna-jni

Dynamic access of native libraries from java without jni (native libs)
  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 native libraries for libjna-java