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,...
I used 'node java' in 'electron' and after packaging DMG, the button triggered the connection to 'jar', but an error occurred  err: chunk-libs.befb8490.js:67 Error: Error invoking remote method 'handle-jar':...
I want to connect mysql via jdbc. I've appended mysql connector to classpath and import com.mysql.cj.jdbc.Driver, then import java.sql.DriverManager and register mysql Driver with method DriverManager.registerDriverSync. but I can't find...
**Is your feature request related to a problem? Please describe.** Java 25 (LTS now) reports a crusade against unnamed modules: ``` WARNING: A restricted method in java.lang.Runtime has been called...