joeferner / node-java

Bridge API to connect with existing Java APIs.
MIT License
1.88k stars 283 forks source link

Cannot find module 'build/Release/nodejavabridge_bindings.node' [webpack] JavaBridge with webpack #603

Open DavidCosiallsSEATCODE opened 3 months ago

DavidCosiallsSEATCODE commented 3 months ago

Hi,

I'm working on application that has a background instance (NodeJS) and a foreground instance (HTML) all combined in an angular.json with their builders, that create a myApp.jar.

My problem comes at the time of serving the application, because when I ejecute the app it tries to find the nodejavabridge_bindings.node in the system and even if I copy the file inside the MyApp-serve via the Angular.json the library is not able to find it.

Do you know why?

Thanks.