Download document 8590090

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
Spring 2005
1.00/1.001: How to Install Java for Mac
Install the Java 2 Platform
Before you can program in Java for 1.00/1.001, you need to install the Java 2 Platform, Standard Edi-
tion (J2SE 1.5.0) on your Macintosh Computer. J2SE version 1.5.0 is the only version supported by the Course 1.00/1.001 staff.
This documentation contains step-by-step instructions for installing J2SE 1.4.2 Update 2 JDK and its documentation (Javadoc) on an Apple Macintosh Computer running Mac OS X (presently the most current version is 10.3.8). This documentation is current as of March 25, 2005, but please be aware that minor changes occur frequently. If you have a question please contact the 1.00/1.001 staff.
Step 1: Installing J2SE 1.4.2 Update 2 JDK
Java is a part of Mac OS X. If you run System Update regularly it is likely that the newest Mac com-
patible version of Java is installed on you’re machine. If you are unsure you can check by running System Preferences, selecting System Update, and clicking on the Installed Updates tab. You can up-
date your system software including Java by clicking the Check Now button under the Update Soft-
ware tab of System Preferences. If for some reason this method does not work. The most recent ver-
sion of Java for Mac can be found at:
http://developer.apple.com/java/download/
Also, more information about Java on Mac OS X can
be found at:
http://www.apple.com/java/
Step 2: Downloading J2SE 5.0 Documentation
The Java 5.0 Documentation can be obtained at http://java.sun.com/j2se/1.5.0/download.jsp by clicking on
the Download button to the right of J2SE 5.0 Documen-
tation under the J2SE 5.0 Documentation section. Ac-
cept the License Agreement that follows after carefully reading the terms and conditions of the agreement. Next,
click on J2SE(TM) Development Kit Documentation 5.0,
English to download the Java 5.0 Documentation in Eng-
lish, or select Japanese to download the documentation in Japanese. Using Safari in OS X all down-
loads are automatically extracted(unzipped) and saved to your desktop. You should now have a folder titled “docs” on your desktop. To browse the Java 5.0 documentation open the file “index.html” in the folder “docs”.
Introduction to Computers and Engineering Problem Solving - Spring 2005 !
1