Details: I try run example from star 1.3.6 packadge for linux x32.
I added to output all jar files and include all needed libraries
Next i try run
java -jar app.jar
and have next error
Open.
jpos.JposException: Service does not fully implement MICRService12 interface
at jpos.MICR.setDeviceService(Unknown Source)
at jpos.BaseJposControl.open(Unknown Source)
at com.company.Main.runTest(Main.java:199)
at com.company.Main.main(Main.java:241)
StarMICRTest finished.
I not changed any stars files but error say that star imlementation is not correct
When i tryed run my code with libraries from 1.3.4 packadge from Starmicronics, l has similar err
jpos.xml
<JposEntry logicalName="TSP100_Cutter_POSPrinter_Linux">
<creation factoryClass="com.starmicronics.starjavapos.ServiceInstanceFactory" serviceClass="com.starmicronics.starjavapos.POSPrinterService" />
<vendor name="Star Micronics" url="www.star-m.jp/eng/index.htm" />
<jpos category="POSPrinter" version="1.13" />
<product description="Star receipt printer" name="TSP100" url="www.star-m.jp/eng/index.htm" />
<prop name="model" type="String" value="TSP100" />
<prop name="portName" type="String" value="tcp:192.168.1.1" />
<prop name="portSettings" type="String" value="" />
<prop name="ioTimeoutMillis" type="Integer" value="5000" />
<prop name="doCheckedBlockPrinting" type="Boolean" value="True" />
<prop name="useNVBitImage" type="Boolean" value="False" />
</JposEntry>
Problem fixed for working with 1.3.6 pachadge config must be next
and codesample must be getted from receipt_test instead MICR_test