I hereby claim:
- I am redice on github.
- I am rickchang (https://keybase.io/rickchang) on keybase.
- I have a public key ASDhBRtcYaaJCIm0frzkZRIDw66BpD7GPJHP59fmeK9hbQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I encountered node v4.2.1 can't run node-java and node-jmx
Error message
$ npm install jmx
> [email protected] install /Users/redice/apache/git.repository/myprojects/learning.area/jmx/node_modules/jmx/node_modules/java
> node-gyp rebuild
CXX(target) Release/obj.target/nodejavabridge_bindings/src/java.o
In file included from ../src/java.cpp:1:
| # Promise = require 'promise' | |
| ## | |
| compare2Promise = (title, pA, pB) -> | |
| valueA = null | |
| valueB = null | |
| pA.then (value) -> | |
| valueA = value | |
| pB.then (value) -> |