The prerequistes for building this project are the following:
- Maven 3.0+
- JDK 64/32bit
At the first modify the database configuration to whatever works on your machine in the MyJDBC Class Then, run the following commands in your terminal:
git clone https://github.com/JabSYsEmb/Env-Chamber.git
cd ./Env-Chamber
buildProject.bat
The buildProject batch file should do the whole cleaning and packaging of the project for you. After the project is built, we need to run the application and the server in two seperated terminals.
At the first, we need to start the server to let the application communicate with it, the server is set up to run and listen automatically to port 2332 (in case you want to change the port you need to change in both in the server and the client class in the application). Type the following for starting the server:
StartServer.bat
Now we need to run the application by typing the following command in a seperated terminal
Application.bat
Wait for more, To be continued . . .