1 / 9

How to install Java CSC 2310

How to install Java CSC 2310. D M Rasanjalee. Steps. Download Java Install Java Update Path environmental variable Verify Installation. 1. Download Java. Open your web browser Type URL: http://www.oracle.com/technetwork/java/javase/downloads/index.html to go to Oracle download page

zandra
Download Presentation

How to install Java CSC 2310

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. How to install JavaCSC 2310 D M Rasanjalee

  2. Steps • Download Java • Install Java • Update Path environmental variable • Verify Installation

  3. 1. Download Java • Open your web browser • Type URL: http://www.oracle.com/technetwork/java/javase/downloads/index.html to go to Oracle download page • Click on button “ JDK download ” for Java SE update 4. This will lead you JDK download page http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u4-downloads-1591156.html

  4. Accept oracle license agreement • Find and click on the correct jdk download link right for your operating system to download • Save the file to disk

  5. 2. Install Java • Double click to run the download file • Just follow the prompt in Installer window 1 2 3 4 5 6 7

  6. 3.Set Path • After installing the software, the JDK directory will have the structure shown below. • The bin directory contains both the compiler and the launcher. The path environmental variable should be updated to include path to bin in PATH variable. This is not mandatory, but highly recommended for convenience. • It is useful to set the PATH variable permanently so it will persist after rebooting. • To set the PATH variable permanently, add the full path of the jdk1.7.0\bin directory to the PATH variable. Typically, this full path looks something like C:\Program Files\Java\jdk1.7.0\bin in Windows o/s. • Refer: http://docs.oracle.com/javase/tutorial/essential/environment/paths.html to learn how to do this.

  7. REF: http://docs.oracle.com/javase/7/docs/webnotes/install/windows/jdk-installation-windows.html#Check 1. 2. 3. • For example, in Windows 7: 5. 4. Add the location of the bin folder of the JDK installation for the PATH variable in System Variables in Environmental variables. The following is a typical value for the PATH variable: C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Java\jdk1.7.0\bin

  8. Verify Installation • Go to command prompt and type javac • It should display javac usage with options if installed correctly

  9. Useful Links • JDK installation for Microsoft Windows: • http://docs.oracle.com/javase/7/docs/webnotes/install/windows/jdk-installation-windows.html • JDK installation for Mac OS X: • http://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-jdk.html • JDK installation for Linux Platforms: • http://docs.oracle.com/javase/7/docs/webnotes/install/linux/linux-jdk.html

More Related