Install Java 8. Directions for installing Java (http://www.laughton.com/obrien/sjsu/cs49j/lessons/documents/installing_using_eclipse.html)
Install Eclipse or some other IDE. Directions for installing and using Eclipse (http://www.laughton.com/obrien/sjsu/cs49j/lessons/documents/installing_using_eclipse.html)
Create a project called Test
Add a class to the project called TestMain.
Add this code to the class
public class TestMain
{
public static void main(String[] args)
{
System.out.println("Hello, yourName");
}
}
Change yourName to your own name. I would use Kathleen O'Brien
Take a screen shot of the Eclipse window.
You will submit this to the Canvas Assignment
B
Canvas
Log in to Canvas.
Go to Account->profile
Upload a picture of yourself
Take a screen shot that shows your name and the picture
You will submit this to the Canvas Assignment
C
Piazza
Sign up for Piazza using the link in the navigation bar on the left
use your first and last names
make a post including your name, where you are from, and your major