Tools Install - PowerPoint PPT Presentation

1 / 7
About This Presentation
Title:

Tools Install

Description:

Right-click on Project in Package View - New - Class - Type your class name; accept defaults; Check box if you want auto-generated main method - Finish button ... – PowerPoint PPT presentation

Number of Views:19
Avg rating:3.0/5.0
Slides: 8
Provided by: sisl8
Category:

less

Transcript and Presenter's Notes

Title: Tools Install


1
Tools Install
  • How to download install
  • Java 6 Eclipse 3.2
  • Dr. G. L. Ray

2
Tools Install
  • Java 6 can be downloaded from
  • http//java.sun.com/javase/downloads/index.jsp
  • Follow download links to
  • JDK 6
  • As of 8/28/8, update 7 is most recent stable
    version!
  • Get the complete JDK!
  • Java SE 6 Documentation
  • Follow the installation instructions for each
    dload
  • Accept install defaults
  • Optionally, you can set PATH JAVA_HOME
    environment variables
  • Open DOS window, type
  • C\gt java version
  • System displays version of Java installed

3
Tools Install
  • Java SE 6 Documentation
  • You can install this wherever you want on your
    machine
  • Make a desktop shortcut for docs/index.html

4
Tools Install
  • Eclipse should be downloaded from my course
    website
  • Unzip it into C
  • You should see the following top-level directory
  • eclipseIS17
  • Create desktop shortcut of Eclipse application
    file (The one with the eclipse icon)
  • Double click on shortcut to start Eclipse

5
Tools Install
  • Create a Java Project
  • File -gt New -gt Project -gt Java Project -gt Next
    button -gt Type your project name accept other
    defaults -gt Finish button
  • Add a Java class to your project
  • Right-click on Project in Package View -gt New -gt
    Class -gt Type your class name accept defaults
    Check box if you want auto-generated main method
    -gt Finish button

6
Tools Install
  • Eclipse setup
  • Turn-on line numbering
  • Right-click in Java editor
  • Select Preferences-gtGeneral-gtEditors-gtText
    Editors
  • Check Show line numbers box
  • Change your font or font size
  • Window -gt Preferences -gt General -gt Appearance -gt
    Colors and Fonts -gt Java Editor Text Font -gt
    Change button -gt Select new font and/or size -gt
    OK button

7
Tools Install
  • Assignment Eclipse IDE
  • Read the following eclipse tutorials
  • Help -gt Help contents -gt
  • Workbench User Guide
  • Basic tutorial thru Deleting Resources
  • Java Development User Guide
  • Basic tutorial thru Running Your Program
  • Dont worry about understanding details of JUnit
    sample project
Write a Comment
User Comments (0)
About PowerShow.com