I'm trying to make a receipt printer (TSP700II) print via javapos in ESQ/POS-mode in windows7.
I can print fine via javapos in line-mode and also iin ESQ/POS-mode via the windows print queue.
I try to print via javapos inESQ/POS-mode, by including this line in jpos.xml:
<prop name="emulation" type="String" value="ESC/POS" />
and I also tried to turn on jumper #1 on the bottom of the printer.
I get the following exception:
Caused by: java.lang.ClassNotFoundException: com.starmicronics.starjavapos.ESCPOS.POSPrinterESCPOSThermal
, this class is not part of the any of the .jar-files in the javapos driver package from Star Micronics (starjavapos_1.13.10_windows_32bit_20160621). This package has a nice example printing line-mode via javapos and it works fine, but there is no ESQ/POS example and I can't find any on the internet either.
What am I doing wrong ?
I first tried with a TSP100, but can't print ESP/POS via javapos. But a TSP700II should be able to do so.