node-java
node-java copied to clipboard
Bridge API to connect with existing Java APIs.
We are getting issues when compiling the node-java into the application. We are deploying from Bitbucket into Heroku Application. + git push -f https://heroku:[email protected]/$HEROKU_APP_NAME.git HEAD remote: Compressing source files... done....
var java = require("java"); Hangs with version 0.12.2. Reverting to 0.12.1 for now. Please patch quickly as this is hanging up everything.
Hello, I would like to embed my jdk in my node application. On the windows platform, I manage to do it by modifying the path in the file under java...
I'm using node-java in an Electron app that the user may install to whatever directory. Now if that install directory contains special characters (German Umlauts ä, ö, ü) node-java does...
Getting the following error: ``` Error: The module '__/node_modules\java\build\Release\nodejavabridge_bindings.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 72. This version of Node.js requires NODE_MODULE_VERSION 75. Please try re-compiling or...
Hello, I'm using a listener from Java and it's getting the posted messages as Array but when I print the message, it shows an empty array. I already tested and...
I have many errors if I try to build Electron v10 app has someone a solution? **for example** ...\.electron-gyp\10.0.0\include\node\v8.h(9775): error C2061: syntax error: identifier 'Address' (compiling source file ..\src\javaObject.cpp) [...\node_modules\java\build\nodejavabridge_bindings.vcxproj]...
``` Exception in thread "main" java.lang.NullPointerException electron --remote-debugging-port=9222 .: ../src/utils.cpp:474: jvalueType javaGetArrayComponentType(JNIEnv*, jobjectArray): Assertion `false' failed. ``` Seems to happen at https://github.com/joeferner/node-java/blob/9690cbc6c91d155fc13cfde415209bc98669dd84/src/utils.cpp#L474 I'll try to gather more information
When trying to update packages, 5.0.1 is being detected as the newest version, while in fact the newest version is 0.12.1. Please, unpublish old versions, thanks!