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!
This is an example of instructions to set up the project locally. To have a local copy and run it, follow these steps.
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)
- Clone this repository
git clone https://github.com/JhonatanDczel/salve-paz.git
- Compile the classes with the
galapagos
andepisunsa
libraries (included in .jar files)javac -cp :galapagos.jar:episunsa.jar Mensaje.java
- Run the program
java -cp :galapagos.jar:episunsa.jar Mensaje