Skip to content

inesmarcal/POO_Project-CISUC_Publications_Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POO_Project-CISUC_Publications_Manager

  • Finished

Description

This project was developed for Object-Oriented Programming subject @University of Coimbra, Informatics Engineering
Consists in develop a program that manages publications of an organization called CISUC

Main Languages:

Technologies used:

  1. Java

To run this project:

[WARNING] Java must be installed
You have two ways to run this project:

  1. Run the Executable

    • Download on folder "bin" the files "ProjetoGestaoGPCISUC.jar"
      [your-disk]:[name-path]> java -jar ProjetoGestaoGPCISUC.jar
      
  2. Using Terminal:

    • Download on folder "src" the files *.java only
    • Compile the program (this will create a directory Exercicio, where files *.class will be created)
      [your-disk]:[name-path]> javac -encoding utf8 -d . *.java
      
    • Finally just run it
      [your-disk]:[name-path]> java Exercicio.Main
      

Notes important to read

  • Documentation about classes and his methods are in "javadoc" folder, just download this folder and open html files on browser
  • The files that are on folder "resources" must be on the same folder of executable (1st way to run) or on the same folder of *.java files (2nd way to run)
  • For the 1st way to run, the files referred must be on the same folder
  • For more information about how the src and resource files are structured read the report

Authors:

About

A program that manages publications of an organization called CISUC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published