Java Native Access

Edit Package jna

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.
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.

Refresh
Refresh
Source Files
Filename Size Changed
gpl-2.0.txt 0000017987 17.6 KB
jna-3.1.0-build.patch 0000001645 1.61 KB
jna-3.1.0.pom 0000000396 396 Bytes
jna-3.1.0.tar.bz2 0003541024 3.38 MB
jna.changes 0000001200 1.17 KB
jna.spec 0000005105 4.99 KB
Latest Revision
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 1)
Comments 0
openSUSE Build Service is sponsored by