Skip to content

alexhutton28/CSCE247-Flight-System-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NullPointerException's Flight Booking System Project

How to compile and run

To compile on the command line, change to the src/ directory and use the following command:

javac -cp ../lib/json-simple-1.1.1.jar *.java

To run, use one of the following commands:

Linux:

java -cp ../lib/json-simple-1.1.1.jar: MainDriver

Windows:

java -cp "../lib/json-simple-1.1.1.jar;" MainDriver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages