1 / 5

Eclipse Basics

Eclipse Basics. Create projects Debug Import/Export: http://agile.csc.ncsu.edu/SEMaterials/tutorials/import_export/ Javadoc : http://realsearchgroup.org/SEMaterials/tutorials/javadoc/index.html. Eclipse Basics.

Download Presentation

Eclipse Basics

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. Eclipse Basics • Create projects • Debug • Import/Export: http://agile.csc.ncsu.edu/SEMaterials/tutorials/import_export/ • Javadoc: http://realsearchgroup.org/SEMaterials/tutorials/javadoc/index.html

  2. Eclipse Basics • How do I turn off autobuildingof Java code? Window > Preferences > General > Workspace > Build automatically • Expand/Collapse • Java perspective • Debug perspective • Accessing Java API documentation using Javadoc bar

  3. Eclipse basics • Add Import statements • Code formatting • Add Javadoc comments: Shift+Alt+J • Command line arguments • Generate getters/setters • Generate constructors • Override methods

  4. Eclipse basics • Preferences • How to change editing prefs: General → Appearance → Colors and Fonts → Java Editor text font • Show windows/views

  5. How to use a new jre • GotoWindow -> Preferences -> Java -> Installed Jre's • Add the jre folder. Ex. C:\Program Files\Java\jre1.6.0_02

More Related