1 / 10

Integrated Development Environments

Integrated Development Environments. Today We Will:. Go over more advanced functionality of Eclipse. Break up into teams to work on presentation and final project proposals. Some Advanced Features of Eclipse. Setting preferences Importing and exporting files Debugging Error reporting.

milo
Télécharger la présentation

Integrated Development Environments

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Integrated DevelopmentEnvironments

  2. Today We Will: • Go over more advanced functionality of Eclipse. • Break up into teams to work on presentation and final project proposals.

  3. Some Advanced Features of Eclipse • Setting preferences • Importing and exporting files • Debugging • Error reporting. • Packages • Views and perspectives • Refresh and rebuild • Options under Source menu item • Java docs

  4. Setting Some Basic Preferences • Workbench • Appearance • File associations • Fonts • Debug • Console • Variable views • Java • Appearance • Classpath variables • Code formatter • Code generation • Editor • Installed JREs • Templates

  5. Importing and Exporting Files • In Eclipse, you need to import and export files from the working repository. • You do this by using the import and export options under the file menu.

  6. Debugging • Eclipse has a built-in debugger that lets you run applications directly in the editor. • You can set arguments when running applications. • You can set breakpoints that stop the executing program in various places. • You can view the settings for various variables at these breakpoints.

  7. Error Reporting • Eclipse helps you when you are writing code by pointing out errors as you type the code. • These errors are highlighted even before you compile. • You can see the error by placing the mouse cursor over the error icon. • The developer can even look up documentation directly within the platform to resolve problems.

  8. Packages • Package directly structures are directly translated during import and export functions.

  9. Views and Perspectives • Package browser • Java • Debug.

  10. More Options • Generating getter/setter methods in Source. • Setting up main method for applications. • Adding javadocs. • Commenting/uncommenting a block of code

More Related