1 / 7

Tool Install

Tool Install. How to download & install Java 6 & Eclipse 4. 3.1 updated version based on Dr. G. L. Ray ’ s slides. Tools Install. Java 6 can be downloaded from http://java.sun.com/javase/downloads/index.jsp Follow download links to: JDK 6 Get the complete JDK! Java SE 6 Documentation

zwi
Télécharger la présentation

Tool Install

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. Tool Install How to download & install Java 6 & Eclipse 4.3.1 updated version based on Dr. G. L. Ray’s slides

  2. Tools Install • Java 6 can be downloaded from • http://java.sun.com/javase/downloads/index.jsp • Follow download links to: • JDK 6 • Get the complete JDK! • Java SE 6 Documentation • Follow the installation instructions for each load • Accept install defaults • Optionally, you can set PATH & JAVA_HOME environment variables • Open DOS window, type C:\> 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 for Java EE Developers • http://www.eclipse.org/downloads/ • Eclipse Classic 4.3.1 • Unzip it into C: • You should see the following top-level directory: • Eclipse • 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 -> New -> Project -> Java Project -> Next button -> Type your project name; accept other defaults -> Finish button • Add a Java class to your project • 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

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

  7. Tools Install • Assignment: Eclipse IDE • Read the following eclipse tutorials • Help -> Help contents -> Workbench User Guide • Basic tutorial thru Deleting Resources Java Development User Guide • Basic tutorial thru Running Your Program • Don’t worry about understanding details of JUnit sample project

More Related