Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1009 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 1009 Bytes

⏱️ ClockTask 🖥️

Freelance Tool

This project has been realized for the advanced Java course, hold at the University of Palermo.

The repository includes:

📄 R.A.D. in PDF File in Italian language.

📈 Class Diagram images

🔨 Source code + Java classes (ClockTask folder)

📚 JavaDoc

How to use:

  1. Download the .zip from repository.
  2. estract it into a folder.
  3. execute ClockTask.jar file.

The program will start opening this window:

Schermata da 2021-03-27 17-12-46

Building instructions:

  1. Estract the ClockTask folder from the repository and open it on Intellij IDE as a Project.
  2. From source code, run Build/Build artifacts to generate .jar file.
  3. In a shell, go to the project path and run the command: "zip -d ClockTask.jar 'META-INF/.SF' 'META-INF/.RSA' 'META-INF/*SF'".
  4. Finally, run the command "java -jar ClockTask.jar" to start the program.