Tagged Questions
3
votes
0answers
929 views
JPOS Configuration Problems for an Epson POS printer in Windows
I'm trying to print using jPOS in Windows and get the following exception:
jpos.JposException: Could not connect to service with logicalName = Printer: ...
1
vote
1answer
1k views
JPOS Hello World in Java
I would like to print a sample line on my USB POS (Point-Of-Sale) printer from a java program on Windows XP.
I tried to setup a JPOS implementation but I get exception after exception for a missing ...
0
votes
0answers
101 views
How to setup JavaPOS on Linux?
I am attempting to setup JavaPOS on a Linux machine and am not having any success. I have installed:
rxtx
*.so -> JAVA_HOME/jre/lib/amd64
*.jar -> JAVA_HOME/jre/lib/ext
com api
comm.jar ...
0
votes
0answers
236 views
Eclipse java exception (jpos/res/jpos.properties file not found)
I use jpos, jcl_editor and comm jar library. When I try to start debug my project in eclipse I get this message:
.......CEST 2011 jpos.Scanner
Service does not exist in loaded JCL registry
...
0
votes
1answer
103 views
jpos : cannot find control data “0x0D” when using isoMsg.getString(id) method
Some field value contains 0x0D specail character
The value from the hexdump:
4041000000000001D0534534534112342340000
But when I get the field value using isoMsg.getString(field_id), I got an equal ...