0
I've written a Point of Sale app in Java which uses an Epson printer (model TM-T20) and a cash drawer. I'm on Windows 8.
I am trying to install all the necessary files to print a receipt.
On a completely clean drive, i did the following in order:
I installed jre1.8.0_73.
I set the path environment variable to the jre bin directory.
I copied the src\jpos folder from the JCL (Java config loader) into the jre lib ext directory.
I installed Java advanced Imaging (jai) and copied the 2 required jar files into the jre lib ext directory.
Next I installed the Epson APD (printer driver). During this process, I plugged in my usb printer and turned it on as instructed.
Then I ran the Epson JavaPOS ADK 1141.exe. This installs JavaPOS services.
I checked the JavaPOS service files are in the jre lib ext directory.
JavaPOS installed correctly.
I then run SetupPOS.exe to create my jpos.xml file.
All seems perfect until I click the device model combo box and my model is not listed. Why?
I have installed everything correctly on the same box previously (before a complete reset) without any problem but It was a while ago and I don't recall how I did it.
I suspect it might have to do with timing of plugging in the printer or It may be something else. Any suggestions?