Update README for Java Bindings

For better readability, OpenJDK installation has been separated from JNA installation.
This commit is contained in:
Ammar Ben Khadra 2015-04-30 09:23:32 +02:00
parent bebe336679
commit 89e6ed46d6

View File

@ -4,9 +4,9 @@ Arch Linux-3.11, 64-bit.
- OpenJDK is required to compile and run this test code.
For example, install OpenJDK 6 with:
$ sudo apt-get install openjdk-6-jre-headless openjdk-6-jdk libjna-java
$ sudo apt-get install openjdk-6-jre-headless openjdk-6-jdk
- Java Native Access is required to run the code, you can install it on ubuntu with:
- Java Native Access is required to run the code, you can install it with:
$ sudo apt-get install libjna-java