Skip to content

Expressing gratitude to an esteemed teacher through a Java-based application utilizing the Galapagos and EpisUnsa libraries.

Notifications You must be signed in to change notification settings

JhonatanDczel/salve-paz

Repository files navigation


Logo

Salve Paz

Fundamentals of Programming I

About The Project

Product Name Screen Shot

It was born as a collaborative project among classmates of the Fundamentals of Programming course, as a token of gratitude for the teachings provided by the instructor who taught the course.

At the beginning of the semester, he proudly showed us the work that some of his previous students had done with the Galapagos library, and we didn't want to fall behind!

(back to top)

Getting started.

This is an example of instructions to set up the project locally. To have a local copy and run it, follow these steps.

Prerequisites

OpenJDK, you can check if you have it installed by using the following command:

java --version

It should return something like:

 openjdk 21 2023-09-19
 OpenJDK Runtime Environment (build 21+35)
 OpenJDK 64-Bit Server VM (build 21+35, mixed mode, sharing)

Installation

  1. Clone this repository
    git clone https://github.com/JhonatanDczel/salve-paz.git
  2. Compile the classes with the galapagos and episunsa libraries (included in .jar files)
    javac -cp :galapagos.jar:episunsa.jar Mensaje.java
  3. Run the program
    java -cp :galapagos.jar:episunsa.jar Mensaje

(back to top)

About

Expressing gratitude to an esteemed teacher through a Java-based application utilizing the Galapagos and EpisUnsa libraries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages