Skip to content

Collaborative project made during my Software Engineering course

Notifications You must be signed in to change notification settings

epadams/247project

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

Collaborative project made during my Software Engineering course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages