/usr/share/doc/libjna-posix-java/README.Debian is in libjna-posix-java 1.0.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | Debian package of the JNA-POSIX library
---------------------------------------
This package contains the JNA-POSIX Java library which provides
access to various POSIX functions like chmod(2), link(2) or getuid(2)
through dynamic loading of native libraries with JNA.
The library is composed of only one jar file. Developers should include the
following path in the CLASSPATH:
/usr/share/java/jna-posix.jar
API documentation (javadoc) is provided by package libjna-posix-java-doc in
directory /usr/share/doc/libjna-posix-java-doc/javadoc .
--
Nicolas Duboc <nduboc@debian.org>
|