Skip to content

alpapie/piscine-java-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup and Execution Guide

This guide will help you set up the project structure, copy your exercise files, compile, and run your Java code using Maven. The script also supports multiple environments for code execution

Prerequisites

Make sure you have the following installed:

  • Java (JDK version 8 or higher)
  • Maven

Install Maven

To install Maven, use the following commands based on your operating system:

Ubuntu/Debian:

sudo apt install maven

Additionally, you should create a student/ folder and place your exercise folder within it. For example:

student/
└── starMass/
    └── StarMass.java
    └── CelestialObject.java
    └── Galaxy.java
    .....

Run the Script

Execute the script in your terminal using:

EXERCISE={ExercieName} ./entrypoint.sh

Good luck :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published