Skip to content

Commit dc1cd93

Browse files
committed
improved windows install notes
this should hopefully avoid a few 'support' issue logs..
1 parent 34fe929 commit dc1cd93

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,17 @@ Notes:
2020

2121
### Installation Windows
2222

23-
Notes:
24-
* For 64 bit installs with 32 bit node
25-
* you need the 32 bit JDK, with the 64 bit JDK you will see LNK2001
26-
errormessages (http://stackoverflow.com/questions/10309304/what-library-to-link-to-on-windows-7-for-jni-createjavavm).
27-
* when using the windows SDK 7.1 command prompt (64 bits) be sure to setenv.cmd /Release /x86
23+
For 64 bit installs with 32 bit node:
24+
* you need the 32 bit JDK, with the 64 bit JDK you will see LNK2001 errormessages (http://stackoverflow.com/questions/10309304/what-library-to-link-to-on-windows-7-for-jni-createjavavm).
25+
* when using the windows SDK 7.1 command prompt (64 bits) be sure to setenv.cmd /Release /x86
26+
27+
If you get `ENOENT` errors looking for `<nodepath>\node_modules\node-gyp\..`, ensure you have node-gyp installed as a global nodule:
28+
29+
```bash
30+
npm install -g node-gyp
31+
```
32+
33+
If you get `D9025` warnings and `C1083` errors when looking for `.sln` or `.h` files, be sure you've got the `node-gyp`'s dependencies, [as explained here](https://github.com/joeferner/node-java#installation).
2834

2935
### Installation ARM (Raspberry Pi)
3036

0 commit comments

Comments
 (0)