软件包:libjna-java(4.5.2-1)
libjna-java 的相关链接
Debian 的资源:
下载源码包 libjna-java:
维护小组:
- Debian Java maintainers (QA 页面, 邮件存档)
- Jan Dittberner (QA 页面)
- Ludovic Claude (QA 页面)
- Andrew Ross (QA 页面)
外部的资源:
- 主页 [github.com]
相似软件包:
Dynamic access of native libraries from Java without JNI
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.
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.
The JNA library uses a small native library stub to dynamically invoke native code. The developer uses a Java interface to describe functions and structures in the target native library. This makes it quite easy to take advantage of native platform features without incurring the high overhead of configuring and building JNI code for multiple platforms.
其他与 libjna-java 有关的软件包
|
|
|
|
-
- dep: libjna-jni
- Dynamic access of native libraries from Java without JNI (native libs)
-
- sug: libjna-java-doc
- Dynamic access of native libraries from Java without JNI (documentation)