Learning to Program Java with Recipes
- Import Workspace
Download Java SDK
If you don't already have java on your machine you'll have to download it. How can you tell if you do have java? open an terminal window.
Mac : command+space then type terminal and hit enter
Windows : windowskey+r then type CMD and hit enter
In the terminal/command window type
java -version
if you see something like
java version "1.6.0_15"
you've got it, otherwise download it from Sun at http://java.sun.com/javase/downloads/widget/jdk6.jsp
Download Eclipse
You want to download the "Eclipse IDE for Java Developers (92MB)"
it's here
http://www.eclipse.org/downloads/
Download the Workspace
Download the "Learn To Program - In Java" workspace from CodePlex. http://learntoprogram.codeplex.com/
Unzip it to the directory of your choice. But remember the location, you will need in the next step.
Import the Workspace
In Eclipse, right click in the Navigator Window and select "Import Workspace".A Window will appear asking for an import source, select "Existing Projects into Workspace", if you can't find it start typing existing and it will appear.
Click next.
The root directory is the location where you unzipped the workspace. then simply hit finish.
If you are successful you should see the IntroToProgramming folder in the navigator window.
That's it, Happy Programming!
If you have any questions, please feel free to email me.