Open zhaofeng-shu33 opened 4 years ago
I could not reproduce this. Perhaps you are using an older version of the Apache Commons library?
Try downloading version 3 or later, and run Combocheck with java -cp .;commons-lang3-3.1-sources.jar ComboCheck
(with the name of the jar file you downloaded for Apache Commons)
I could not reproduce this. Perhaps you are using an older version of the Apache Commons library?
Try downloading version 3 or later, and run Combocheck with
java -cp .;commons-lang3-3.1-sources.jar ComboCheck
(with the name of the jar file you downloaded for Apache Commons)
I use 3.8-2 and my operating system is debian 10.
By the way, how to rebuild the jar from source?
I have not touched this project in 5 years and just looking at it now, it seems there are still some bugs I must have missed back then (#2).
I do plan to try fixing the bugs, though. If you are okay with a few bugs for now and wish to try this comparison tool - I have just now committed the dependent JARs, and it should be possible to try building a fat JAR in Eclipse for this. I have not set up maven/gradle because I'm not good at it.
I have also committed the new binary which is a fat JAR containing the dependency you were missing. Try it now.
Thanks for your new commit. I will give it a try.
Hi, I use your software but finds some difficulty. It throws exception when I click
compare
button.I could not figure out what's wrong.