|
||||||||
How to Use EclipseImportant: there will/may be differences in the exact interface with the version of Eclipse you are using. However, this will help you get started. PLEASE see Elcipse.org for more details and instructions on how to use the current version
Step 0: Select Language to develop in IF you have multi-language support installed for EclipseIf you have multiple languages installed for Eclipse you will have the option to select which language. In this
Step 1: Create a Project (here shown for Java)Select File->New->Java Project
You will get the following pop-up window, where you need to minimally enter in the name of the project. I have entered "TestApp"
HIT Next, and you will get this next interface, you can change the source folder and bin folders for output if you wish, After you hit finish, the project is created, This is what you will now see. Note: I have more than one Project in my Eclipse
Step 2: Now you are ready to create source code.there are many ways you can do this. For example:
|
||||||||
© Lynne Grewe |