From 584311fb4cb4a84dcae6fee55e4ce48aebbe68e8 Mon Sep 17 00:00:00 2001 From: James King Date: Tue, 9 Feb 2016 08:30:37 -0800 Subject: [PATCH] Updated readme to counter issues #197 and #199 on /kivy/pyjnius --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ccc55c43..a347b718 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ Usage on desktop ---------------- You need a java JDK installed (OpenJDK will do), Cython and make to build it. +Please ensure that your `JDK_HOME` or `JAVA_HOME` environment variable points +to the installed JDK root directory, and that the JVM library (`jvm.so` or +`jvm.dll`) is available from your `PATH` environment variable. make