Skip to content

Commit c94925a

Browse files
committed
Merge pull request joeferner#332 from egandro/master
issue with opensdk on arm
2 parents 496f059 + b77ea57 commit c94925a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ _NOTE: You will need node-gyp installed using "npm install -g node-gyp"_
6060

6161
On Raspian you might need a:
6262

63-
* sudo ln -s /usr/lib/jvm/java-7-openjdk-armhf /opt/jdk
63+
* sudo ln -s /usr/lib/jvm/jdk-7-oracle-arm-vfp-hflt /opt/jdk
64+
65+
Some issues with the OpenSDK7 so take the Oracle version for compiling.
6466

6567
## Docker
6668

0 commit comments

Comments
 (0)