node-java
node-java copied to clipboard
Bridge API to connect with existing Java APIs.
In our jar we have to call it with this argument: ``` --add-exports java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED ``` like so: ``` java --add-exports java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED ``` Is there a way to add this argument...
I'm getting an error when trying to import a class: ```js const imagePath = "com.fileformats.PngImage"; const ImageClass = java.import(imagePath); // error here ``` I get: ``` Uncaught Error Error: Could...
I have a class that I am using with this project and sometimes it has errors or returns an string that says, "Did you mean to use the sync method?"...
I'm using this project in a nodejs project in vscode using Typescript.. I've got it to work with a custom class / jar / library and now I'm wondering if...
I am trying to use this project with my nodejs project instead of a java project and in my nodejs project I have the basic example code from this project...
i tried to make a small node js calling jar file that function to call hello world it works normall if i just run node test.js. but if i build...
 cant run : npm install -g java
I am using node: 18 openJDK: 17 Docker image: node-18:alpine But get this error when doing `npm install` on my project which uses `java` package: ``` npm ERR! code 1...
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
It looks like the code that is on npmjs.org for version tab v0.14.0 isn't what is here on github. Running `npm install java --ignore-scripts` and checking the `find_java_libdir.sh` shows that...