It's your turn
You've just started working at a new company, and they've given you a brand new computer. Unfortunately, they've forgotten to install the IDE! You've gotten permission to install it on your machine.
To reassure your boss that all the functionalities are installed and work correctly, you are sure to:
Check Eclipse interface (the main view).
Open a new Java project, Java package, and a Java class. Name them as follows:
myOCJavaProject
myOCJavaPackage
myOCJavaClass
Check the functionalities of the debugger.
Once you're sure everything looks good, you can get coding!
Check your work!
Check that the following elements are present:
The main view of the Eclipse interface is visible.
A Java project, a Java package, and a Java Class is clearly visible in the package explorer.
The files in the package explorer are named as follows:
The Java project: myOCJavaProject
The Java package: myOCJavaPackage
The Java class: myOCJavaClass.
The debug panel is visible on the Eclipse interface.