



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Instructions for installing jdk 6 on windows and linux systems, checking the installation, and installing eclipse. It also explains how to create a new java project in eclipse, download and replace the default firstprogram.java file, and run the program. Mac users are instructed to check their java version and do not need to install jdk or eclipse.
Typology: Assignments
1 / 6
This page cannot be seen from the preview
Don't miss anything!




Spring 2007 Instructor: Christine Xu
Instructions of how to install JDK 6
Instructions of how to install Eclipse
Instructions of how to run FirstProgram.java
Then you will see a Eclipse window:
A New Java Class window will pop up. You only need to worry about the name of the new class, also call it “FirstProgram”. Then click Finish. Eclipse will create a file named FirstProgram.java under the workspace folder you specified when you started Eclipse.