This open source software is provided for configuration and loading of device services developed to the JavaPOS architecture and standard.
Note: The project is now hosted on GitHub (https://github.com/JavaPOSWorkingGroup). Libraries are provided by trough Bintray (https://bintray.com/javaposworkinggroup/maven) and Maven Central (http://search.maven.org/#search|ga|1|org.javapos).
License
Common Public License 1.0Follow Java POS Config Loader
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
Hello, I downloaded latest jcl2.3.0-RC and build successfully with all the jar files under lib directory. But when I follow README-sample and found there is a compile command "javav com/xyz/jpos/*.java" which "javav" could be a typo of javac. And btw when I tried to compile "javac com/xyz/*.java", I also got errors as follows: com/xyz/TestApp.java:17: package jpos does not exist import jpos.*; ^ com/xyz/TestApp.java:23: package jpos.config does not exist import jpos.config.JposEntry; ^ com/xyz/TestApp.java:24: package jpos.config does not exist import jpos.config.JposEntryRegistry; ^ com/xyz/TestApp.java:25: package jpos.config.simple does not exist import jpos.config.simple.SimpleEntry; ^ com/xyz/TestApp.java:26: package jpos.config.simple.editor does not exist import jpos.config.simple.editor.JposEntryEditor; - rest deleted - It would be nice if you can shed some light on this. Thanks, Richard