I am done developing an application that has POS device integrated. This device communicates through Javapos libs and also some dll(the dlls are placed outside the src) plus a jpos.xml placed just inside the src. When the app is executed on the netbeans it works alright with the device, but not when I execute it outside the NetBeans. This is a JavaFX app based on jdk-8. Because of this I just cannot create an installable since the device needs to work with the app. The following is the preview of the directory;
The app project runs smoothly in NetBeans 12.6 smoothly. But when I even try to run it directly from the created dist folder, everything works except the POS device. So Long as it can run within the project convinces me that I can do something to make it work outside NetBeans, but how????
What am I missing. Need help to resolve this.