I want to print in zebra printer from a Java application using JPOS.
Below link shared by the Zebra middle east team for JPOS printing.
But While i running the project in the IDE (Eclipse) i am facing an issue to run out.
How can i solve this error ? kindly support
2 Replies
The exception explicitly mentioned that it cannot find the class file for the org.apache.xerces.framework.XMLParser. So you need to download the jar file for the org.apache.xerces.framework.XMLParser package and add the jar file to the project in Eclipse, and add it to the build path. Here is a link to download the jar file: Download xerces.jar. The exception should go away once the xerces.jar is added.