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

A bridge between Node.js and Java

Results 7 node-java-bridge issues
Sort by recently updated
recently updated
newest added

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...

bug

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....

help wanted
hacktoberfest

# 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 ![Image](https://github.com/user-attachments/assets/e0b5e9bb-27a5-4a2a-945a-d42f48f4a98f) 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...

bug

**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...