User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

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