We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230a5de commit 869644cCopy full SHA for 869644c
1 file changed
README.md
@@ -9,9 +9,12 @@ $ export JAVA_HOME=/usr/local/share/jdk1.6.0_30
9
$ npm install java
10
```
11
12
-NOTE: If you see an error such as "No rule to make target '/opt/jdk1.7.0_09/jre/lib/amd64/server/libjvm.so', needed by 'build/depsVerified'. Stop."
+Notes:
13
+* node-gyp requires python 2.x not python 3.x. See https://github.com/TooTallNate/node-gyp/issues/155 for more details.
14
+* If you see an error such as "No rule to make target '/opt/jdk1.7.0_09/jre/lib/amd64/server/libjvm.so', needed by 'build/depsVerified'. Stop."
15
this means that your JAVA_HOME is not set correctly and you need to verify the location of libjvm.so or jvm.lib.
16
17
+
18
## Installation Mac
19
20
```bash
0 commit comments