How to Install: JDK 6 (32 bit version) on a Windows Machine
Mobile Game Development
Overview
Note: Java 6 is also called Java 1.6. These directions are intended for
anyone needing to do a clean install or wanting the latest JDK update on their
Windows machine.
Follow these instructions to install:
J2SE 6.0 – Java 2 Platform Standard Edition 6.0, Update24, which includes:
Download and Install JDK 6
-
Login to an Administrator
account on your Windows machine.
-
If you have a version of Java prior to 6.0 , uninstall your existing versions of:
-
J2SE Development Kit
-
J2SE Runtime Environment
Use
Control Panel → Uninstall a Program
for the above two items.
-
Click
this link to install J2SE 6.0 Update 24 on your Windows machine
(Note: Choose the 32 bit version of J2SE because it is compatible
with the version of Eclipse that we will install).
- Find and click the Java Download link under
Java SE Downloads.
- On the Java SE Development Kit 6u24 page Select
Windows as your platform.
- Check I agree to the Java SE Development Kit 6u24 License Agreement
and click Continue.
-
On the Download Java SE Development Kit 6u24 for Windows page,
under Available Files, click the Java SE Development
Kit 6u24 link.
-
Select Run.
-
Follow the instructions for installation,
accepting all defaults
-
Especially: install the software to the
default folder
-
This installation installs both the JDK and JRE
-
Restart your computer if directed to do so.
Download and unZIP the Java Documentation
Sun provides HTML documentation for the Java Development Kit (JDK) Application Program Interface (API).
By installing the documentation and configuring Eclipse,
you can access the documentation by pressing the Help key in Eclipse.
Follow these steps to install the Java Documentation on your machine.
-
Login to your machine.
-
If you have a prior version of the JDK API documentation, uninstall it. This just involves
deleting the docs folder. The docs folder is typically saved in
c:\Program Files\Java\jdk1.6.0_XX\docs
, or
c:\Program Files (x86)\Java\jdk1.6.0_XX\docs
(where XX is a two-digit number).
-
Click
this link to access the Java SE 6 Documentation.
Find the reference to Java SE 6 Documentation in the
Additional Resources table and click
Download Zip to save it on your machine.
-
Extract the contents of the zip archive (The simplest way will be to open the zip folder in one window and the target
folder in another and drag the document from one to the other) to
c:\Program Files\Java\jdk1.6.0_XX
or
c:\Program Files (x86)\Java\jdk1.6.0_XX
.
(Note that is jdk
, not jre
.)
Warning...this BIG file takes a long time to unzip.