Start Eclipse by double clicking your newly created desktop icon. You will be prompted to select a workspace. Naming your workspace after your cs12x login can be helpful to distinguish workspaces that you may create for future classes such as cse30 or cse100.
What's a workspace? A workspace is the central hub for your projects. A workspace contains metadata that specifies the projects in that workspace, your run/debug configurations, IDE layouts and perspective preferences, and much more. While the workspace is a directory, and projects within that workspace are usually in the directory of the workspace, a project does not have to be in the physical directory of that workspace to appear in the logical list of projects in that workspace within Eclipse. Conversely, just because a project is in the physical workspace directory does not mean it is logically in the workspace within Eclipse.