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.
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.