1 / 8

BlueJ : An Interactive IDE

BlueJ : An Interactive IDE. Art Gittleman California State University Long Beach Over 40 Years of Programming and Teaching. BlueJ www.bluej.org. Interactive object creation Easy to use Debugger Graphical class structure Small download Free www.bluej.org/help/ap.html for AP classes.

bert
Télécharger la présentation

BlueJ : An Interactive IDE

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. BlueJ : An Interactive IDE Art Gittleman California State University Long Beach Over 40 Years of Programming and Teaching

  2. BlueJwww.bluej.org • Interactive object creation • Easy to use • Debugger • Graphical class structure • Small download • Free • www.bluej.org/help/ap.html for AP classes

  3. BlueJ Tutorial • Installation • Getting started • Inspection • Create a new project • Debugging

  4. Installation • Must have Java 2 Standard Edition installed. • Installer may ask for the location of java.exe.

  5. Getting Started • Open a Project examples\people • Create an object Staff • Execute methods getRoom, setRoom • Edit a class Staff • Compile

  6. Inspection • Create staff object with values • Select inspect

  7. Create a New Project • Specify name and location to create a directory • Create a new class • Add to skeleton code

  8. Debugging • Open debugdemo • Setting breakpoints Demo loop • Stepping through the code Step Step Into carTest myCar.seats • Inspecting variables automatic • Halt and terminate

More Related