These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Developing Software
- Download Java JDK
- Download Eclipse or IntelliJ IDEA
A step by step series to get a Development Environment running
Download the Java JDK
- Download the installer program from Oracle "Download Java" page: https://www.oracle.com/java/technologies/downloads/#java17
- Download the correspondents JDK executable file according to your Operating System (OS : Linux, Mac OS, Windows OS).
- Start the Java JDK Installer executable
- Select your installation folder
Set up Java JDK envir or change the PATH system variable
- In Search, search for and then select: System (Control Panel)
- Click the Advanced system settings link.
- Click Environment Variables.
- Click new and give the follwing name: JAVA_HOME, specify the value of the environment variable to Java JDK file in the Operating System.
- In the section System Variables find the PATH environment variable and select it.
- Click Edit.
- In the Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable to the "bin" file of Java JDK path in the OS.
- Click OK. Close all remaining windows by clicking OK.
- Reopen Command prompt window, and run the command line: java --version
Download the Eclipse Installer
- Download Eclipse Installer from http://www.eclipse.org/downloads
- Start the Eclipse Installer executable
- Select the package to install
- Select your installation folder
- Launch Eclipse
For the versions available, see the tags on this repository.
- Hassen Hannachi - Initial work - HassenHannachi
This project is not under any License - Open source