Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 634 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 634 Bytes

JavaNewProject

A simple Java Project which prints out hello world. Good for starting command-line projects.

  1. To Start, type into terminal:
    git clone https://github.com/RAHS-Computer-Science-Club/JavaNewProject.git
  2. Rename the root directory to whatever you like (The project name). The name you choose is defined by "RenamedProject"
    mv JavaNewProject/ RenamedProject/
  3. Then, cd into it:
    cd RenamedProject/
  4. Rename the project in the code:
    ./rename.sh RenamedProject
  5. Test, to make sure it compiles:
    ant build
  6. Now you're all set to make a new command-line program!