node-java
node-java copied to clipboard
Bridge API to connect with existing Java APIs.
I installed node-java 0.8 on ubuntu14.04. I am using node java for nw js(0.22.3) so tried to build with nw-gyp, first configured like this inside node java nw-gyp configure --target=0.22.3...
We are getting sporadic segfaults from node-java. Here is the relevant part of the stack trace: ``` #0 0x00007f9068e215e5 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #1 0x00007f9068e22dc5 in abort () at...
Many warnings are complaining about deprecated functions when installing java on Centos 7 with nodejs 10. It seems that the package `nan` is causing the bulk of the warnings. The...
Is there a way to dynamically add classpaths as while doing mocha tests for different database connectivities the jars will be added to classpath based on the driver type. It...
[DEPRECATION NOTICE] registry v2 schema1 support will be removed in an upcoming release. Please contact admins of the docker.io registry NOW to avoid future disruption.
I am trying to install/build node-java on a CENTOS 6.10 machine. Java JDK version is 1.8 build 181 node: v10.16.0 npm: 6.9.0 python: 2.6.6 gcc: gcc version 7.3.1 20180303 (Red...
looks like Oracle's hiding of Java causes the Dockerfile to get a 404. And since node-java doesn't work with OpenJDK it's a no go for Docker users..
When I tried to execute test.js file: ``` var java = require('java'); var javaLangSystem = java.import('java.lang.System'); javaLangSystem.out.printlnSync('Hello World'); ``` It generates error message as follows: ``` Error: Error creating class...
**Versions** node v6.9.5 npm v3.10.10 **Problem** I've installed the node-java module to implement a functionality, everything worked great on my local mac machine, but I'm getting the below error while...
Im using oracle jdk version 1.8.151 in my mac.But when i try to test node-java with npm test in the directory it throws lots or error. Sample error like below...