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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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