-
Notifications
You must be signed in to change notification settings - Fork 2
System Requirements
Edward Eldridge edited this page Apr 24, 2018
·
2 revisions
- Windows XP or higher
- Linux
- Mac OSX 10.1 or higher
This program uses the Java programming language .
To check if you have Java already installed you can run
java -version
If you do not currently have Java installed click on the following link to download INSTALL JAVA
Once downloaded and installed, check again to see if you now have Java installed. (May require a restart of PC and command prompt)
To clone the repository to your local machine, using your prefered command prompt, navigate to the folder you wish to download the files to and enter
git clone https://github.com/Store-Compare-Project/ITProSkills.git
Run Navigate to the folder you just cloned the project to (in your command prompt) and enter the following to compile and run the code
java -jar StoreCompare.jar
OR
Assuming you have Java installed, you can just double click the .jar file and the program will open.