We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73a195b + e2f944e commit f35a055Copy full SHA for f35a055
README.md
@@ -12,8 +12,10 @@ $ npm install java
12
## Installation Windows
13
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)
+* 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
+ This path cannot have quotes.
17
* Open a Visual Studio command prompt.
18
+* Your Java must be the same architecture as node. By default on windows this is 32-bit.
19
20
```bash
21
$ set PATH=%PATH%;C:\Program Files (x86)\Java\jdk1.6.0_18\jre\bin\client
0 commit comments