Eclipse: there are a number of functions Eclipse supports: Java coding Debugging Database Development Server coding etc each of these functions has a set of windows (views) and Eclipse organized these windows into Perspectives this week we will use: the Java Persective to code Java the Debug Perspecive to debug Java Within a Persective I use windows (Views) in the Java Persective I use: the Package Explorer to manager my Projects and Java source code the Outline to look at my source code as a Table Of Contents the Problems to look at error/warning messages the Console to look at output from a run -------------------------------------------- Within Eclipse I create a Java Project to hold my code, a Project is unit of deployment with a Java Project I have a src folder to hold my Java code