Movie Review of Rizal

Submitted by: Submitted by

Views: 567

Words: 312

Pages: 2

Category: English Composition

Date Submitted: 03/28/2012 04:55 AM

Report This Essay

Before using JCreator, install the Java Development Kit (JDK) from Oracle, Sun Microsystems. You will need to download and install both the JDK and the Java API documentation.

Java Development Kit (JDK)

Go to the download page for JDK Version 1.7: http://www.oracle.com/technetwork/java/javase/downloads/index.html.

Click on the [download JDK] button of JDK 7 update 2, and you will be forwarded to the download page.

Double check that the download page is for Java SE Development Kit 7u2

Select windows as platform and click on the link with the red arrow

Install the JDK in the default directory C:\Program Files\Java\jdk1.7.0\.

Java API Documentation

You can download the documentation, or bookmark the following link http://download.oracle.com/javase/.

Go to the download page for JDK Version 1.7: http://www.oracle.com/technetwork/java/javase/downloads/index.html".

Scroll to the bottom till the section Additional Resources

Download the file jdk-7-doc.zip.

Unzip the archive in the same directory as the JDK; that is, C:\..\jdk1.7.0\.

Using the Setup Wizard to Start JCreator

Launch JCreator.

Follow the Setup wizard, setting the paths to C:\..\jdk1.7.0\ and C:\..\jdk1.7.0\docs.

Starting JCreator Without Using the Setup Wizard

With JCreator active, open the Options window from the Configure menu.

Click the JDK Profiles option.

Click the default item in the list, and click Edit.

Ensure that the Name field shows the correct version of the selected JDK directory; in this case, JDK version jdk1.6.0.

Set the JDK Home path by clicking the Browse button next to this field.

Browse to the root directory of the JDK installation: C:\..\jdk1.7.0\. Click OK.

Click the Documentation tab, and Add the path: C:\..\jdk1.7.0\docs. Click OK.

Close the windows.