Managed Projects

Java Native Access (JNA)

  Analyzed about 23 hours ago

JNA provides Java programs easy access to native shared libraries (DLLs on Windows) 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. ... [More] JNA's design aims to provide native access in a natural way with a minimum of effort. No boilerplate or generated code is required. While some attention is paid to performance, correctness and ease of use take priority. [Less]

325K lines of code

14 current contributors

about 2 months since last commit

14 users on Open Hub

Moderate Activity
4.571429
   
I Use This