Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
/ cscheck Public archive

A humble file hashing desktop application powered by JavaFx. And moreover: my first complete personal project done while I was a student.

License

Notifications You must be signed in to change notification settings

jeremiergz/cscheck

Repository files navigation

CheckSum Check

A humble file hashing desktop application powered by JavaFx. And moreover: my first complete personal project done while I was a student.

Getting Started

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

Build & Execute

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:

CSCheck Screenshot

Authors

License

This project is licensed under the MIT license - see the LICENSE file for details.

About

A humble file hashing desktop application powered by JavaFx. And moreover: my first complete personal project done while I was a student.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published