Programming exercise 0
This programming exercise is for those who plan to do their
programming exercises on their own computer. Some clips,
which may be helpful when doing this programming exercise,
can be found
here.
Phase 0
If you do not have Java 6 installed, install it.
Phase 1
Install Eclipse.
Phase 2
Customize Eclipse.
Phase 3
Using Eclipse, develop an app, named HelloWorld, that prints "Hello World".
Phase 4
Submit your class HelloWorld
electronically before the deadline of this programming exercise using the
submit command:
submit 1030 PEx00 HelloWorld.java
You may submit your solution more than once. Additional documentation
about the submit command can be viewed by typing
man submit.