Java Native Access

Edit Package libjnidispatch
https://jna.dev.java.net/

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:13.1
  • Download package
  • osc -A https://api.opensuse.org checkout openSUSE:13.1:Update/libjnidispatch && cd $_
  • Create Badge
Refresh
Refresh
Source Files
Filename Size Changed
jna-3.4.0-build.patch 0000002499 2.44 KB almost 11 years
jna-3.4.0-suse.tar.bz2 0001918090 1.83 MB about 11 years
jna-3.4.0.pom 0000000396 396 Bytes about 11 years
libffi-aarch64.patch 0000056571 55.2 KB almost 10 years
libjnidispatch.changes 0000003074 3 KB over 9 years
libjnidispatch.spec 0000005741 5.61 KB over 9 years
Comments 0
openSUSE Build Service is sponsored by