node-java
node-java copied to clipboard
Bridge API to connect with existing Java APIs.
When I am using JDK 8 and 11, it seems to work fine. But with JDK 13 and 14, I am getting this error: SOLINK_MODULE(target) Release/nodejavabridge_bindings.node ld: warning: directory not...
I read the doc and it only mentions Java 7 & 8. But I can use it under Java 16 without any problem (at least by far). I'm still worried...
I have created a very small node.js application with Nodeclipse (Eclipse plugin). This small application simply calls a Java facade using a static method, and that facade in turn calls...
fixed the anchor elements based on https://stackoverflow.com/a/7015050/7025656
When a call to Java throws an exception, the `Error` object in Node (always? often?) seems to only include the stacktrace on the Java side of things. This is of...
Using `openjdk:8` as a base image and `node 12.x` I am getting below error while building this package: 13:17:56 > [email protected] install /home/node/node_modules/java 13:17:56 > node-gyp rebuild 13:17:56 13:17:58 make:...
Hi, I am am successfully using `node-java` on windows however when using `electron-rebuild` to integrate it with electron, I get the error LNK2001 similar to [this issue](https://github.com/nodejs/nan/issues/892) - exactly the...
i got an error while installing node-java, i read about reamMe of java means how to install java module in node app means requires python 2.x not 3.x so installed...