Skip to content

theresatree/SC2002

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

213 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SC2002: Object Oriented Programming

Table of Contents

  1. About Us
  2. Setup Instructions
  3. JavaDoc 3.1 Preview Javadoc in Windows 3.2 Preview Javadoc in Mac

Link to GitHub Repository Link to UML Class Diagram

UML Class Diagram PDF needs to be downloaded to be viewed.


1. About Us

Members of SCSG Group 4:

  • Ng Hoe Ping
  • Edmund Yeo Zi Long
  • Angelina Delia Sutiarto
  • Spyridon Giakoumatos
  • Wu Yiqing

2. Setup Instructions

  1. Navigate to the correct working directory

.../GitHub/sc2002/sc2002

Compile and run To compile, run the following command

javac -d bin "@sources.txt"

To run, run the following command

java -cp bin sc2002.main.Main


3. JavaDoc

JavaDoc can be accessed by index.html through here or under the directory

.../GitHub/sc2002/sc2002/docs


If the following directory is unavailable, try running the following command to regenerate the javadoc

javadoc -d docs -sourcepath src/main/java -subpackages sc2002

Note: Open index.html directly in a browser to view the documentation locally. If viewing on GitHub and not GitHub Pages, download the files first as GitHub cannot render HTML files directly.

3.1 Preview Javadoc in Windows

If under the working directory, you can directly preview the javadoc by running

start docs\index.html

3.1 Preview Javadoc in Mac

If under the working directory, you can directly preview the javadoc by running

open docs/index.html

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors