Database Reference
In-Depth Information
Installing the Java Native Access library
The installer for Java Native Access ( JNA ) is available to all the decently modern operat-
ing systems. Cassandra requires JNA 3.4 or higher. JNA can be installed manually; see the
details at https://github.com/twall/jna .
• To install JNA on RHEL/CentOS, run the following command:
$ yum install jna
• To install JNA on Debian/Ubuntu, run the following command:
$ sudo apt-get install libjna-java
Search WWH ::




Custom Search