node-java icon indicating copy to clipboard operation
node-java copied to clipboard

Bridge API to connect with existing Java APIs.

Results 111 node-java issues
Sort by recently updated
recently updated
newest added

The table in database for testing has 80000+ records. I use Java and nodejs with 'node-java' to test the cost separately. **1、 Use Java code,the simplest code,only contains get data:**...

Process hangs on mainline, reverting to 0.12.1 tagged build fixes the issue

Is there any way to invoke [this deconstructor](https://github.com/joeferner/node-java/blob/master/src/java.cpp#L88-L90) from Node code? We'd like to have an API for destroying the JVM.

Hi everyone, I have a java dependency that I need to add to my nodeJS application. I manage to run all the commands in the tutorial and my code look...

I want this too _Originally posted by @Heath123 in https://github.com/joeferner/node-java/issues/514#issuecomment-751864783_

sample code : var java = require("java"); java.classpath.push('./src/utils/abc/crypto-service.jar'); var SecuredAESUsage = java.import('com.abc.crypto.SecuredAESUsage'); var aes = new SecuredAESUsage(); let encPayload = aes.aesEncryptSync(payLoadStr); Also Tried : console.log("Is` JVM created new :" +...

I am requiring two modules (module x and module y) from the main module. Both the required modules call `var java = require('java')`. In the main module I first require...

现在有个需求 要修改临时目录 `java.io.tmpdir`。 使用 `java.options.push(-Djava.io.tmpdir=当前有权限的目录)` 没有生效