node-java
node-java copied to clipboard
Bridge API to connect with existing Java APIs.
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...
 
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...