From 98a0b20df61f5b83a5263d172f098c149fbbbb1b Mon Sep 17 00:00:00 2001 From: Ammar Ben Khadra Date: Thu, 30 Apr 2015 09:23:32 +0200 Subject: [PATCH] Update README for Java Bindings For better readability, OpenJDK installation has been separated from JNA installation. --- bindings/java/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/java/README b/bindings/java/README index f545db01..5228188b 100644 --- a/bindings/java/README +++ b/bindings/java/README @@ -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