From 530f091d2d3d3a846cd2d359d2b803153f0862a1 Mon Sep 17 00:00:00 2001 From: Andrew Herron Date: Mon, 16 Jun 2014 11:38:51 +1000 Subject: [PATCH] Add note about JDK6 on OS X --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c2333a54..9c3dd023 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ $ npm install java Notes: +* On OS X, only JDK6 is supported. This is because the Oracle JDK does not advertise itself as available for JNI; + see [Issue 90](https://github.com/joeferner/node-java/issues/90#issuecomment-45613235) for more details and manual workarounds. * node-gyp requires python 2.x not python 3.x. See https://github.com/TooTallNate/node-gyp/issues/155 for more details. * If you see an error such as "Call to 'node findJavaHome.js' returned exit status 1" Try running `node findJavaHome.js` in the node-java directory to see the full failure message.