node-java
node-java copied to clipboard
Bridge API to connect with existing Java APIs.
Sorry for my bad English. I run into a problem when I using this tookit. When my project is packed,I can run it perfectly on my own device. But when...
Cannot install node-java. ``` npm install java ``` npm ERR! gyp info it worked if it ends with ok npm ERR! gyp info using [email protected] npm ERR! gyp info using...
Hi, I'm working on application that has a background instance (NodeJS) and a foreground instance (HTML) all combined in an angular.json with their builders, that create a myApp.jar. My problem...
system:macOs; node: 16.14.2; electron: 24.1.2; node-java: 0.14.0; this is my code ` const java = require("java"); ` INFO Launching Electron... App threw an error during load Error: Cannot find module...
Bumps [glob](https://github.com/isaacs/node-glob) to 11.1.0 and updates ancestor dependency . These dependencies need to be updated together. Updates `glob` from 11.0.3 to 11.1.0 Changelog Sourced from glob's changelog. changeglob 12 Remove...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.10 to 7.1.11. Release notes Sourced from vite's releases. v7.1.11 Please refer to CHANGELOG.md for details. Changelog Sourced from vite's changelog. 7.1.11 (2025-10-20) Bug Fixes dev: trim...
Hi, Is there a possability to add an ability to restart the JVM or create a jar hot replacement? The reason I'm asking is because I'm working with node-red and...