A humble file hashing desktop application powered by JavaFx. And moreover: my first complete personal project done while I was a student.
First of all, pull this project with Git:
Using HTTPS:
git clone https://github.com/jeremiergz/cscheck.git
Using SSH:
git clone git@github.com:jeremiergz/cscheck.git
Building the executable jar can be done using then Maven command below:
mvn install
Generated executable jar will be placed in the target folder. You can then execute it using the following command:
java -jar ./target/cs-check-<version>-jar-with-dependencies.jar
A window looking more or less like below picture should pop up:
- Jeremie Rodriguez <contact@jeremierodriguez.com> - Main developer
This project is licensed under the MIT license - see the LICENSE file for details.