Skip to content

tk-wong/CS3343-Group-Project_Movie-Ticketing-and-Management-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS3343-Group-Project_Movie-Ticketing-and-Management-System

CS3343 Group Project 24-25

Run from JAR

  1. Clone the repository
    git clone https://github.com/KHC-FTW/CS3343-Group-Project_Movie-Ticketing-and-Management-System.git
  2. cd into the project directory
    cd CS3343-Group-Project_Movie-Ticketing-and-Management-System
  3. Run the JAR file
    java -jar ./release/CityUCinemaSystem_V2.jar

Build from source

  1. Clone the repository
    git clone https://github.com/KHC-FTW/CS3343-Group-Project_Movie-Ticketing-and-Management-System.git
  2. cd into the project directory
    cd CS3343-Group-Project_Movie-Ticketing-and-Management-System
  3. Compile the source code. The following commands will compile the source code and place the compiled .class files in the bin directory.
    javac -classpath ./src ./src/release/Main.java -d ./bin
  4. Run the program
    java -classpath ./bin release.Main

About

CS3343 Group Project 24-25

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%