A simple Java Project which prints out hello world. Good for starting command-line projects.
- To Start, type into terminal:
git clone https://github.com/RAHS-Computer-Science-Club/JavaNewProject.git
- Rename the root directory to whatever you like (The project name). The name you choose is defined by "RenamedProject"
mv JavaNewProject/
RenamedProject
/
- Then, cd into it:
cd
RenamedProject
/
- Rename the project in the code:
./rename.sh
RenamedProject
- Test, to make sure it compiles:
ant build
- Now you're all set to make a new command-line program!