Homework 3, Setting up Your Java Environment.
Short Description:
Get ready to start programming by setting up your Java environment.
Goals
When you finish this homework, you should have:
Figured out the environment you will use to program in Java this semester.
Formal Description
Set up your java environment. This can include any of the following:
Installing JDK, JRE, jGRASP
Installing JDK, JRE and some other editor/IDE
Installing JDK, JRE and using the command line.
Learning to use an on-line environment like online-java.com
To do the homework, you should:
Pick at least one of the above options and implement it.
Using this environment copy and paste the HelloWorld program and make it run.
class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } }
Remember, this will need to be called HelloWorld.java
Compile and execute this program.
Take a screenshot of your environment with the working program.
Include the code in the editor
Include the output of running the program.
In a Word document
Place identifying information
Place a description of your environment, ie how do you intend to work on code this semester.
Place your screen shot(s) from above.
Write a short description of any programming experience you may have had before this class.
Place any questions/comments.
Required Files
Submit a single Word document to d2l.
Submission
Submit the assignment to the D2L folder Homework 3 by the due date.