Bridge API to connect with existing Java APIs.
Google Groups Discussion Forum
###Other projects that might be helpful
- node-java-maven - manages your node-java classpath by using maven dependency mangement.
$ npm install javaNotes:
- node-gyp requires python 2.x not python 3.x. See nodejs/node-gyp#155 for more details.
- If you see an error such as "Call to 'node findJavaHome.js' returned exit status 1"
Try running
node findJavaHome.jsin the node-java directory to see the full failure message. - If you are having problems finding 'jni.h'. Make sure you have the JDK installed not just the JRE. If you are using OpenJDK you want the openjdk-7-jdk package, not openjdk-7-jre. Mavericks users see Issue #86 if you run into this.
- If you run into strange runtime issues, it could be because the Oracle JDK does not advertise itself as available for JNI. See Issue 90 for more details and manual workarounds. If this does occur for you, please update the issue.
