1 parent acd0b6c commit 46dce39Copy full SHA for 46dce39
1 file changed
README.md
@@ -14,6 +14,7 @@ $ npm install java
14
* [Install node.js from source](https://github.com/joyent/node/wiki/Installation) (using: vcbuild.bat release)
15
* The directory where jvm.dll exists must be in the PATH. (e.g. C:\Program Files (x86)\Java\jdk1.6.0_18\jre\bin\client)
16
* Open a Visual Studio command prompt.
17
+* Your Java must be the same architecture as node. By default on windows this is 32-bit.
18
19
```bash
20
$ set PATH=%PATH%;C:\Program Files (x86)\Java\jdk1.6.0_18\jre\bin\client
0 commit comments