aboutsummaryrefslogtreecommitdiff
path: root/devel/jna/pkg-descr
blob: db618a01e972463bc0dc8c2e575071b79b18060d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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 allows you to call directly into native functions using natural
Java method invocation. The Java call looks just like it does in
native code. Most calls require no special handling or configuration;
no boilerplate or generated code is required.

WWW: https://github.com/twall/jna