CS3343 Group Project 24-25
- Clone the repository
git clone https://github.com/KHC-FTW/CS3343-Group-Project_Movie-Ticketing-and-Management-System.git
cd
into the project directorycd CS3343-Group-Project_Movie-Ticketing-and-Management-System
- Run the JAR file
java -jar ./release/CityUCinemaSystem_V2.jar
- Clone the repository
git clone https://github.com/KHC-FTW/CS3343-Group-Project_Movie-Ticketing-and-Management-System.git
cd
into the project directorycd CS3343-Group-Project_Movie-Ticketing-and-Management-System
- Compile the source code.
The following commands will compile the source code and place the compiled
.class
files in thebin
directory.javac -classpath ./src ./src/release/Main.java -d ./bin
- Run the program
java -classpath ./bin release.Main