Windows XP Java Development Kit (JDK) Configuration Instructions
Recommend Documents
3. On the page that loads, scroll down until you see “Java SE. Development Kit (
JDK).” Click on the “Download” button to the right. NOTE: At the time of writing ...
words “Java Development Kit” in the search field, and then select “Java SE
Downloads” ... 5) Select on your appropriate download link by clicking on the link.
If the Wireless Zero Configuration Service is activated, Windows will scan for
available wireless access points once the Wireless Notebook Adapter is properly.
If your computer is not currently connected to a wireless network, Windows may ...
managed by third-party software such as the Dell or Intel wireless utilities.
The TeenCoderTM: Java Programming and TeenCoderTM: Android
Programming ... This software is required for students in order to complete the
course.
have a specific need to uninstall Microsoft® Windows Vista® and install Microsoft
... v It is a good idea to create a set of Windows Vista Product Recovery discs ...
This document will cover how to install the Java Runtime Kit for home use and ...
Figure 4: Java Runtime Environment installation. Figure 5: Finishing Window. 5 ...
Click the download link “Download the Java Software Development Kit (JDK 5.0
Update 14) from Sun. Microsystems” available from the Resources tab in the ...
words “Java Development Kit” in the search field, and then select “Java SE
Downloads” ... 5) Select on your appropriate download link by clicking on the link.
command to run a Java program), various other programming tools such as
javadoc, plus docu- ... http://java.sun.com/products/jdk/1.2/download-windows.
html.
All of the software we use in CMSC 150 and CMSC 221 is freely available for the
... command to run a Java program), various other programming tools such as ...
wxPython (Unicode): http://www.wxpython.org/download.php ... 7. For additional help, please see the Pronterface Wiki: ht
Valuation Generator. Fig. 1. ... that gives users control over such parameters as the number of clients and various network specifications. The client package ... agents require, and are perhaps more willing to explicitly program, more complex domain
This configuration guide requires the use of the Windows Wireless Zero
Configuration (WZC) to configure the wireless settings. If you are confident that
you are ...
Configuration d'une imprimante réseau. Sous Windows XP. Cliquez sur «
Démarrer » puis « Paramètres » puis « Imprimantes et télécopieurs ». Cliquez
sur ...
Using the Intel® EMGD Configuration Editor to install Windows XP* graphics
drivers. The generic Microsoft* Windows XP graphics driver works for these
boards, ...
Introduction. Microsoft Windows XP is a major upgrade of all the following
operating systems used on personal computers: ❖ MS-DOS. ❖ Microsoft
Windows.
Eee PC 4G Surf ... These are only quick instructions for using your Eee PC. Read
the full manual for detailed information. 1. ... Configuring a network connection.
Realtek AC97 hardware on my computer at home. It is best to use an external microphone that is connected to your compute
The Five Flavors of Windows XP (11:00). ○ Customizing Your XP System Startup
and Login (12:30). ○ October ... Copies of these slides with registry hack.
useful for obtaining your Microsoft Office product keys. It is handy to keep a print
out of ... license Belarc Advisor should give you your Windows Vista product key.
12 Microsoft. âMicrosoft Security Advisory (967940): Update for Windows Autorun.â Microsoft ...... âYou receive a
Distributed by CDG Books Canada Inc. for Canada; by Transworld Publishers
Limited in the ... mies,MP3 For Dummies, and many other For Dummies books.
of the Microsoft Windows XP. Table of Contents. Alan Simpson's Windows XP
Bible. Preface. Part I Know This or Suffer. Chapter 1 - What Is Windows XP? - 7.
Windows XP Java Development Kit (JDK) Configuration Instructions
5. On the next screen that loads click to download the “Java SE. Development Kit.
” NOTE: You may be requested to use the Sun Downloader to download Java.
Windows XP Java Development Kit (JDK) Configuration Instructions
1. Go to http://java.sun.com
2. Click on “Java SE” on the right (under “Popular Downloads”.)
3. On the page that loads, scroll down until you see “Java SE Development Kit (JDK).” Click on the “Download” button to the right. NOTE: At the time of writing (January 2009) the latest version of the JDK is 6 Update 11.
4. On the page that loads, choose Windows as your platform, set language to Multi-Language, and select the checkbox. Finally, click the orange “Continue >>” button. NOTE: If you are confident that you are on a 64-bit Windows installation, you can select Windows x64 as your platform.
5. On the next screen that loads click to download the “Java SE Development Kit.” NOTE: You may be requested to use the Sun Downloader to download Java. I advise just using the directly linked full download.
6. Chose to save the file.
7. Downloading the file may take a couple of minutes based on your connection speed.
8. Go to where you downloaded the JDK.
9. Launch the installer. If given a security warning click the “Run” button.
10. The installer should begin loading. Please be patient.
11. Eventually you will be presented with an End User License Agreement (EULA). Read it before clicking the “Accept >” button.
12. For this course, a default installation is completely fine, so just click the “Next >” button. NOTE: Pay attention to the “Install to:” location, you will need it later.
13. Be patient while Java installs the JDK.
14. You will then be asked to install the Java Runtime Engine (JRE.) Click the “Next >” button.
15. Be patient while Java installs the JRE.
16. You are now done installing Java. All that is left is configuration. Note: You may be asked to reboot your computer at this point. If you are, please do so.
17. Now load the System Properties panel by right clicking on “My Computer” in the start menu and selecting properties. Note: This step can be done in other ways too. Such as… Right clicking on My Computer on the desktop and selecting properties. Holding the Windows-key () on your keyboard and pressing the “Pause” key. (This may require holding FN on some laptops.)
18. The System Properties dialog should load.
19. Click on the “Advanced” tab.
20. Click on “Environment Variables” button.
21. The “Environment Variables” dialog should load.
22. In the “System variables” region, scroll down until you see the “Path” variable.
23. Click the lower “Edit” button.
24. You should now be editing the “Path” variable.
25. Remember the “Install to:” location on Step 12? That is the line you need to add to the end of the path. Be sure to prefix the location with a ; and post fix it with bin Therefore you want to add: ;bin On MY computer, that meant: ;c:\Program Files\Java\jdk1.6.0_11\bin
WARNING: BE VERY CAREFUL NOT TO OVERWRITE ALL THE EXISTING ENTRIES IN YOUR PATH!
26. Click the “OK” button to confirm your change.
27. Click the “OK” button in the Environment Variables dialog.
28. Click the “OK” button in the System Properties dialog.
29. Now to test our changes. Open the “Command Prompt” by going to: Start All Programs Accessories Command Prompt Note: This step can be done in other ways too. Such as… Opening the Run Dialog and entering the command “cmd” (without the quotes.)
30. The command prompt should load.
31. Enter the command “path” (without the quotes) and press enter. You should see the new path location, which includes your update.
32. Enter the command “java -version” (without the quotes) and press enter. You should see the JRE version you have installed.
33. Enter the command “javac -version” (without the quotes) and press enter. You should see the JDK version you have installed.
34. Close the command prompt by click on the x on the top right or typing “exit” (without the quotes) and pressing enter. At this point, you can delete the JDK installer that you downloaded on step 6.