node-java-bridge
node-java-bridge copied to clipboard
A bridge between Node.js and Java
The application sometimes crashes when the `runEventLoopWhenInterfaceProxyIsActive` option is enabled. This option internally executes `uv_run` in order to force the event loop to run, so the application doesn't lock if...
New tests should be created for this project. These are located in `test/`, the file names should be in the format `*.test.ts`. The testing framework used is mocha with chai.js....
# My test Used versions: * O.S.: Ubuntu 22.04.4 LTS * Node: v20.12.2 * java-bridge: 2.6.0 Node script: ```javascript import javaBridge from 'java-bridge'; javaBridge.ensureJvm({ classpath: [], ignoreUnreadableClassPathEntries: false, isPackagedElectron: false,...