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

Bridge API to connect with existing Java APIs.

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

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

I use node-java heavily in my project, I found that if I run more than 4 long running async call to java method, other call will be blocked until previous...

why did i get this error? ts: const target = '/path'; const Argtest = java.import('com.Argtest'); const targetPath = java.callStaticMethodSync('java.nio.file.Paths', 'get', target) new Argtest().test2Sync(targetPath, java.newArray('int', [0])); Error: Could not find method...

Error when installing node-java ```npm install java``` My setting: MacBook Pro M1 Mac os 13.1 (22C65) node -v v20.9.0 node-gyp -v v9.4.0 When I try to install java using $...

Hi all, I am writing an application using electron + node-java. For building I use electron forge. **What is the problem?** When building electron-forge make, the application is built without...

Guys, can you always keep the `async` dependency up to date? Or can you use a higher version of `async` than 2.6.3 in the next release, please? We would like...

Load nodejavabridge bindings.node err Error In Suse 12 ``` load nodejavabridge_bindings.node err : Error: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /opt/oss/envs/Product-Website/23.0.12/service/nodejava/bin/x86/nodejavabridge_bindings.node) at Module._extensions..node (node:internal/modules/cjs/loader:1340:18) at Module.load (node:internal/modules/cjs/loader:1119:32) at Module._load...

Are there plans to support Java 11? Thank you.

When I try to use the library in multiple threads (worker_threads), I get `Error: Module did not self-register.` exception. Within the main thread no problems arise, however as soon as...

Hi, Is there a way to find JAVA_HOME and set include libraries at runtime? I understand that in Binding.gyp it finds the JAVA_HOME of the build environment and builds the...