Skip to content

Commit f35a055

Browse files
committed
Merge branch 'master' of github.com:nearinfinity/node-java
2 parents 73a195b + e2f944e commit f35a055

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ $ npm install java
1212
## Installation Windows
1313

1414
* [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)
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+
This path cannot have quotes.
1617
* Open a Visual Studio command prompt.
18+
* Your Java must be the same architecture as node. By default on windows this is 32-bit.
1719

1820
```bash
1921
$ set PATH=%PATH%;C:\Program Files (x86)\Java\jdk1.6.0_18\jre\bin\client

0 commit comments

Comments
 (0)