简体   繁体   中英

JavaPOS Configuration with Symbol peripherals

I have a POS application that needs to be JavaPOS enabled. Based on my research,I have concluded that there are vendors like Epson and IBM and many more which auto-configure the jpos.xml for that peripheral.This means that upon downloading the drivers from these vendors, there is a utility which configures the jpos.xml file.

However, there are other vendors like Symbol and Posiflex which do not provide us with the utility on downloading the relevant drivers and hence the need to configure the jpos.xml manually.

I need to know if the jar files for the peripheral need to be simply copied in the library folder of the POS application or also to be added to the POS application classpath.

Any clarity on this would be appreciated.

Not really, Pos vendor generally provide their own upos driver (like ibm, nixdorf ...) and utility to configure jpos.xml.

If you want to integrate perihperal vendor jpos drivers you must :

1) add driver package to path and/or classpath depends if you have just jar or jar and dll

2) add an entry to the jpos.xml to provide a logicial alias to use in your application There are some thread in the kasstore forum which explain that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM