Skip to content

Commit 869644c

Browse files
committed
Update README.md
1 parent 230a5de commit 869644c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ $ export JAVA_HOME=/usr/local/share/jdk1.6.0_30
99
$ npm install java
1010
```
1111

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."
12+
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."
1315
this means that your JAVA_HOME is not set correctly and you need to verify the location of libjvm.so or jvm.lib.
1416

17+
1518
## Installation Mac
1619

1720
```bash

0 commit comments

Comments
 (0)