1 / 24

Java Development Kit

Java Development Kit. Sun Microsystems. Installation Guide. Downloading Java Development Kit. Java Development Kit (JDK) Downloading JDK Installer. If you do not have JDK setup, follow these instructions to download Go to the link http://java.sun.com/javase/downloads/index.jsp

ula
Télécharger la présentation

Java Development Kit

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Java Development Kit Sun Microsystems Installation Guide

  2. Downloading Java Development Kit

  3. Java Development Kit (JDK)Downloading JDK Installer If you do not have JDK setup, follow these instructions to download • Go to the link http://java.sun.com/javase/downloads/index.jsp • Under the Section “Java SE Development Kit (JDK) ” • Click on Download Button • (on the next page) Select Platform (like Windows) • Check the License Agreement checkbox • Click on Continue button • (normally download begins after this stage, but sometimes it ask for a few other options) • In the middle of the (visible) page there would be a link under section Java SE Development Kit xUyy (i.e 6U16) • Right click on the Link  save target as  (define path where you want to save your download)

  4. Java Development Kit (JDK)Downloading JDK Installer

  5. Java Development Kit (JDK)Downloading JDK Installer

  6. Java Development Kit (JDK)Downloading JDK Installer

  7. Java Development Kit (JDK)Downloading JDK Installer

  8. Java Development Kit (JDK)Downloading JDK Installer

  9. Installing Java Development Kit

  10. Java Development Kit (JDK)JDK Installation Double Click the JDK setup, which you have downloaded

  11. Java Development Kit (JDK)JDK Installation Click on Accept button on License Agreement dialogue box

  12. Java Development Kit (JDK)JDK Installation Keep the Default Setting (recommended) Keep the ‘Install to’ path as default (recommended) Click on ‘Next’ button

  13. Java Development Kit (JDK)JDK Installation The Installation would begin now Please wait for a while, until the setup would finish the Installation

  14. Java Development Kit (JDK)JDK Installation Once the Installation is Finished Click on ‘Finish’ button to complete the setup

  15. Java Development Kit (JDK)JDK Installation Java Development Kit - jdk 1.6_x Now Install the downloaded JDK as any other software Say You have installed it on normal path C:\Program Files\Java\jdk1.6.0_15\ The Important thing is to setup the Environmental Variables for JDK. Follow the coming steps to Set your Environmental Variables correctly…

  16. Setting Environmental Variables for Java Development Kit

  17. Java Development Kit (JDK)Setting JDK Environmental Variables Right Click on you’re My Computer Icon and Click on Properties option

  18. Java Development Kit (JDK)Setting JDK Environmental Variables System Properties Dialogue Box would be displayed:

  19. Java Development Kit (JDK)Setting JDK Environmental Variables Select Advanced Tab  Click on Environmental Variable button

  20. Java Development Kit (JDK)Setting JDK Environmental Variables A separate “Environmental Variables” Dialogue box would appear Which already contains two types of Values,, i.e. User Variables for user_xyz, and System Variables (or Global variables) We would set our Desired Variables in User Variable Section To set a User level Environmental Variable Click on New button, below the User Variable Section

  21. Java Development Kit (JDK)Setting JDK Environmental Variables Environmental Variable  JAVA_HOME When You click on New button, a dialogue box would appear which would be having two fields ‘Variable name’ and ‘Variable value’ In ‘Variable name’ field, put the value ‘JAVA_HOME’ (case sensitive) and in ‘Variable value’ field the value would be full path of Jdk Installation (where ever you have installed it) for example, In my case, it would be C:\Program Files\Java\jdk1.6.0_15\ Then click on OK button

  22. Java Development Kit (JDK)Setting JDK Environmental Variables Environmental Variable  Path In ‘Variable name’ field, put the value ‘Path’ and in ‘Variable value’ field value would be %JAVA_HOME%\bin Remember this %JAVA_HOME% is the reference to the environmental variable we have set previously,, and here the value would be %JAVA_HOME% followed by \bin (don’t skip or ignore the backslash ‘\’) Then click on OK button

  23. Java Development Kit (JDK)Setting JDK Environmental Variables Environmental Variable  classpath In ‘Variable name’ field, put the value ‘classpath’ The value field would actually contain three values separated by semicolon ‘;’ and they are: . (a dot), JDK library path and JRE library path Thus the value would be like .;%JAVA_HOME%\lib;%JAVA_HOME%\jre\lib (it’s like dot ‘.’ followed by semicolon ‘;’ then %JAVA_HOME% followed by \lib followed by another semicolor ‘;’ then %JAVA_HOME% followed by \jre\lib (note backslashes carefully) Then click on OK button

  24. Java Development Kit Downloading and Installation Guide Prepared by: Virtual University Open Source Software Community (VOSS Com.) vosscom@vu.edu.pk VIRTUAL UNIVERSITY OF PAKISTAN

More Related