Java Native Access
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.
- Sources inherited from project openSUSE:Backports:SLE-15-SP1
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP1:Update/libjnidispatch && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
4.5.0.tar.gz | 0073139832 69.8 MB | |
jna-4.5.0-nojavah.patch | 0000013911 13.6 KB | |
jna-4.5.0.pom | 0000000521 521 Bytes | |
jna-build.patch | 0000009160 8.95 KB | |
jna-getpeer.patch | 0000001160 1.13 KB | |
libjnidispatch-rpmlintrc | 0000000124 124 Bytes | |
libjnidispatch.changes | 0000006686 6.53 KB | |
libjnidispatch.spec | 0000004821 4.71 KB |
Latest Revision
osc copypac from project:openSUSE:Leap:15.1 package:libjnidispatch revision:20
Comments 0