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

Hi There, When I was trying to install node-jasper in my system, I received below output error messages. Could someone please look into this issue asap? C:\Users\KLR PC\Desktop\test>npm install --save...

Hello folk I used node java many time. I faced error creating class many time and I able to resolve it by adding java. but this time I m not...

**Distributing an electron app with node-java is not maintainable** Because the JVM path is bound to a specific version of JAVA. Is there a way to have `LC_RPATH` resolved at...

I'm trying to create an Electron application that uses Java to access some legacy code. I could get it to work with NW.js, but I can't seem to get it...

I added a condition to the find_java_libdir.sh file. Now the problem is solved. ``` ... elif [[ "${os}" == "linux" && "${target_arch}" == "arm64" ]]; then if [[ -d ${jre_dir}/arm/classic...

Dear Sir i want to load my jar thorugh your api but it always show java.lang.NoClassDefFoundError. This is my sample code which i written: My Code: var java = require("java");...

Hi, I compiled java module using below configuration and it compiled successfully but when i try to use it it gives error. Cannot find module '......\node_modules\java\build\Release\nodejavabridge_bindings.node **I just want to...

My base image in docker container is alpine and I've installed openJDK java1.7. When I run node-java app, it throws the following error: > Error occurred during initialization of VM...

Not all installations of java will be under /Library, for example tarball installs could be located anywhere. In my case I was using jevn which shims JAVA_HOME to: `~/.jenv/versions/1.8`. and...

Hi. Is there a way to debug java classes/JARS triggered via node-java utilities? For example, say I want to debug a java function - MyClassBL.intCall() - in Eclipse, once I've...