You are on page 1of 15

WA1884 Introduction to Java using Oracle JDeveloper 11g- Classroom Setup Guide

WA1884 Introduction to Java

using Oracle JDeveloper 11g

Classroom Setup Guide

Web Age Solutions Inc.

Copyright © Web Age Solutions Inc. 1


WA1884 Introduction to Java using Oracle JDeveloper 11g- Classroom Setup Guide

Table of Contents
Classroom Requirements...........................................................................................................................3
Part 1 - Minimum Hardware Requirements .........................................................................................3
Part 2 - Minimum Software Requirements ...........................................................................................3
Part 3 - Software Provided....................................................................................................................3
Software Installation..................................................................................................................................4
Part 1 - Preparation................................................................................................................................4
Part 2 - Installing JDK 6 Update 10......................................................................................................5
Part 3 - Installing Oracle JDeveloper Studio 11g................................................................................10

Copyright © Web Age Solutions Inc. 2


WA1884 Introduction to Java using Oracle JDeveloper 11g- Classroom Setup Guide

Classroom Requirements

Part 1 - Minimum Hardware Requirements


● 500 MHz CPU

● 512 MB memory
● 8 GB Hard Disk

● USB port.

Part 2 - Minimum Software Requirements


● Windows XP or Windows 2000 SP4
● Adobe Acrobat Reader

● Mozilla Firefox 1.5 or IE 6.0


● JDK 6 Update 10*
● Oracle JDeveloper 11g*

* - indicates software provided as part of the courseware.

Part 3 - Software Provided


You will receive a USB containing the following file:
● WA1884.ZIP
All other software listed under Minimum Software Requirements is either commercially licensed
software that you must provide or software that is freely available off the Internet.

Copyright © Web Age Solutions Inc. 3


WA1884 Introduction to Java using Oracle JDeveloper 11g- Classroom Setup Guide

Software Installation

Part 1 - Preparation

__1. From the USB, extract the WA1884.ZIP file to C:\

__2. Review that the following folders were created:

● C:\LabFiles

● C:\Software

__3. Review that the following files were created:

■ C:\Software\jdk-6u10-windows-i586-p.exe

■ C:\Software\jdevstudio11112install.exe

Copyright © Web Age Solutions Inc. 4


WA1884 Introduction to Java using Oracle JDeveloper 11g- Classroom Setup Guide

Part 2 - Installing JDK 6 Update 10

__1. Make sure there is no previous Java version already installed on the system. You can check this
by using the Windows “Add/Remove Programs” utility. For the best compatibility with the labs it is
suggested that all previous versions of Java be uninstalled before proceeding with these instructions. If
this is an issue, please contact the setup support person for the course.

__2. From the C:\Software directory run the following file:

jdk-6u10-windows-i586-p.exe

__3. After a few moments the license agreement will appear. Press the Accept button to move to the
next step.

Copyright © Web Age Solutions Inc. 5


WA1884 Introduction to Java using Oracle JDeveloper 11g- Classroom Setup Guide

__4. Leave the defaults for installation location and options, and press the Next button.

The installation will begin installing files.

__5. The Destination Folder will appear, leave the default folder and click Next.

__6. Wait until the software is completely installed.

Copyright © Web Age Solutions Inc. 6


WA1884 Introduction to Java using Oracle JDeveloper 11g- Classroom Setup Guide

__7. Click Finish.

__8. Close any browser that appears asking to register the JDK software.

Copyright © Web Age Solutions Inc. 7


WA1884 Introduction to Java using Oracle JDeveloper 11g- Classroom Setup Guide

Set the Environment variables.

__1. From Start > Control Panel, double click on System.

__2. Select the Advanced tab.

__3. Click the Environment Variables button.

__4. From the System Variables list, select Path and click Edit.

__5. At the beginning of the line enter the following:

C:\Program Files\Java\jdk1.6.0_10\bin;

__6. Click OK.

__7. Under the System Variables list, click the New button.

__8. Enter JAVA_HOME as Variable name.

__9. As Variable value enter the following:

C:\Program Files\Java\jdk1.6.0_10

__10. Click OK to create the variable.

Copyright © Web Age Solutions Inc. 8


WA1884 Introduction to Java using Oracle JDeveloper 11g- Classroom Setup Guide

__11. Click OK to close the Environment Variables window.

__12. Click OK to close the System Properties window.

__13. Restart the computer.

Verification of JDK 6 Update 10

__1. Open a Windows command prompt. You can do this by selecting 'Start -> Run', entering 'cmd',
and then pressing the OK button.

__2. Enter the following command:

java -version

Make sure you see the response shown below.

__3. Enter the following command:

javac

Verify that you get the options to run the Java compiler:

__4. Close the command prompt window and any extra windows that are open.

JDK 6 Update 10 is now installed!

Copyright © Web Age Solutions Inc. 9


WA1884 Introduction to Java using Oracle JDeveloper 11g- Classroom Setup Guide

Part 3 - Installing Oracle JDeveloper Studio 11g


__1. Run the following program to start the installation:

C:\Software\jdevstudio11112install.exe

__2. On the Welcome screen click the Next button.

__3. Leave the default Middleware Home directory and click Next.

Copyright © Web Age Solutions Inc. 10


WA1884 Introduction to Java using Oracle JDeveloper 11g- Classroom Setup Guide

__4. Leave Complete selected and click Next.

__5. Leave the default directories and click Next.

__6. Leave All users selected and click Next.

Copyright © Web Age Solutions Inc. 11


WA1884 Introduction to Java using Oracle JDeveloper 11g- Classroom Setup Guide

__7. In the Installation Summary page, click Next.

Installation will start. Be patient.

Copyright © Web Age Solutions Inc. 12


WA1884 Introduction to Java using Oracle JDeveloper 11g- Classroom Setup Guide

__8. When the installation is completed click Done.

__9. Quick Start window will open. Click on Launch Oracle JDeveloper 11g link.

Copyright © Web Age Solutions Inc. 13


WA1884 Introduction to Java using Oracle JDeveloper 11g- Classroom Setup Guide

__10. The Select Role window will open, leave Default Role selected and click OK.

__11. Oracle JDeveloper 11g Release 1 will open as well as the type associations dialog, just click
Cancel.

Copyright © Web Age Solutions Inc. 14


WA1884 Introduction to Java using Oracle JDeveloper 11g- Classroom Setup Guide

__12. The Oracle Usage Tracking window will open, uncheck the Allow automated usage reporting
to Oracle check box and click OK.

__13. From the menu, select File > Exit.

__14. Close the Quick start window.

JDeveloper 11g has been successfully installed.

Congratulations. The installation of WA1884 Introduction to Java using Eclipse has been completed.

Copyright © Web Age Solutions Inc. 15

You might also like