From b19afd46f5953b08c8eb599fbde772643d760d32 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Fri, 25 Sep 2015 18:28:53 +0200 Subject: configure.ac: change search paths for JNI headers on OSX * requires JDK 1.7+ * fixes #17 --- Documentation/building.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/building.md b/Documentation/building.md index 24d14de..d604976 100644 --- a/Documentation/building.md +++ b/Documentation/building.md @@ -39,8 +39,9 @@ Several steps are involved in producing the native library: 2. Compile - 1. Check availability of dependencies: C compiler and JDK - 2. Run `./configure && make` + 1. Check availability of dependencies: C compiler and JDK (1.7 or above) + 2. Run `./configure && make`. + *Note: should you encounter an error about a missing "jni.h" file, try setting the JAVA_HOME environment variable to point to base path of your JDK installation.* 3. Install -- cgit v1.2.3