Reputation: 45
I am working with EPSON pos printer , while testing from netbeans printer works fine but after exporting .jar file and try to print it does not work . thanks
Upvotes: 1
Views: 620
Reputation: 109
I also had the same issue and solved by my self and now working fine. You just have to put all the .jar files required for your Printer model and JavaPOS version. My printer is EPSON TM-T82II and JavaPOS ADK_1.14.1.0.
My .jar files are as follows: epsonupos.admin.jar
, epsonupos.core.v1.14.0001.jar
, epsonupos.T82II.jar
, jpos1141.jar
, pos.v4.0001.jar
, uposcommon.core.v1.14.0001.jar
, uposcommon.jar
,
xercesImpl.jar
.
You can find those .jar files in your JavaPOS service files path which you selected while installing JavaPOS.
Upvotes: 1