I have successfully integrated JavaPos to my java (JavaFX) app, tested it and it works with the device.
Now the problem is that the application cannot identify the printer if I execute the application outside the Netbeans 8.2 IDE.
This is the error I get:
Sat May 19 10:48:47 GMT 2018,INFO,jp.co.epson.upos.core.v1_14_0001.pntr.CommonPrinterService,createCommInstance,2907,Could not create an instance.
I have investigated on possible solution to this but to no avail. I even found a solution here setting us javapos which did work for me during the development, but that was it.
My question is, how can I make the application work with the device outside Netbeans?