Skip to content

System Requirements

Edward Eldridge edited this page Apr 24, 2018 · 2 revisions

System Requirements

OS

  • Windows XP or higher
  • Linux
  • Mac OSX 10.1 or higher

Java

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.

Clone this wiki locally