Dependencies • Build • Contribution • License
- JDK 16 or later (Make sure
JAVA_HOMEis properly set to the JDK installation directory.) - Maven 3.8.3 or later
These instructions assume a Linux host.
This project use Maven build system. For install Maven follow instruction here.
This program tested with Maven 3.8.3.
First, clone the git repository:
$ git clone https://github.com/porya-gohary/codeTester.git
Redirect to codeTester folder:
$ cd codeTester
Now for running the application use the following command:
$ mvn clean javafx:run
Also, for making jar file use the following command:
$ mvn package
Next for running jar file redirect to target folder and execute the jar file:
$ cd target
$ java -jar codeTester-1.0-SNAPSHOT.jar
With your feedback and conversation, you can assist me in developing this application.
- Open pull request with improvements
- Discuss feedbacks and bugs in issues
Copyright © 2021 Pourya Gohari
This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details
