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

Bridge API to connect with existing Java APIs.

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

I need to run this library on android. How should I do it? I run the official so of nodejs on my mobile phone so that it can run on...

When I try to do something like this (i.e. basic stuff)… ``` var java = require("java"); var list = java.newInstanceSync("java.util.ArrayList"); list.size(); ``` …I get an error like this: ``` dyld[83934]:...

I am trying to install this module but the install is failing. It does not seem to find the right java install for my machine. I have a machine that...

Hello. When using version `0.12.1` , building and running the electron app works, but not with using version `0.12.2`. When I try to use the code below, it fails on...

This bridge works great for me, thanks! Only when it comes to unit testing, I run into the following issue: This example test ```js import java from "java"; describe("Javascript-java bridge",()=>{...

The module seems to be installed properly and running npm test shows everything is ok. When I build, webpack gives only one warning: ``` Critical dependencies: 21:15-34 the request of...

We are using node -v v18.12.1 node-gyp -v v9.1.0 on **oraclelinux8-openjdk17.0.5** and getting the following error: **_07:11:26   /usr/bin/ld: cannot find -ljvm 07:11:26   collect2: error: ld returned 1 exit status 07:11:26  ...

I am using ubuntu 20.04.4 LTS with nodeJS v16.16.0, electron 19.0.8. As soon as I run the app, this exception is thrown immediately. ``` Uncaught Error: Loading non-context-aware native module...

![image](https://user-images.githubusercontent.com/14368755/193327669-7c9aec91-5e3f-4454-aab4-67bc27e4555b.png) ![image](https://user-images.githubusercontent.com/14368755/193328068-ae4cefc9-414d-4b37-a08a-bf9205649839.png)

Hi There, Just wanted to give the thumbs up about the node-java project and the M1-ARM Mac architecture. Since I recently changed my computer to M1 ARM64 I started getting...