Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
jna - Pure Java access to native libraries
- Description:
JNA provides Java programs easy access to native shared libraries
(DLLs on Windows) without writing anything but Java code. 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.
Packages
jna-4.1.0-7.fc21.i686
[203 KiB] |
Changelog
by Michal Srb (2014-10-01):
- Fix for 32-bit systems (Resolves: rhbz#1148349)
- Fix FTBFS (Resolves: rhbz#1106955)
|