How to install JDK under win8

  
                                                                                                                                                                                         windows
/' target='_blank'>win8
How to install JDK, many people know how to install and configure java JDK under win7, in windows
/' target='_blank'>win8
The same is true. Can be used as a small series, or to give you a demo, let me demonstrate the installation of Java JDK under win8.
How to install JDK under win8:
1: According to the system property of your own computer
, if it is a 32-bit system, download the windows-x86 version; if the 64-bit system downloads windows-x64 bit. Download the JDK version according to your personal needs, here to download the 64-bit version of JDK-7u51, the following is the download address: http://www.oracle.com/technetwork/java/javase/downloads/index.html

2 : Click Install, select the default installation, do not adjust the location, click Next to install; if you choose to install JRE, please select the default

3: Enter the default installation location of Java, here choose the default The path is in the red line part of the above figure; copy path C: Program FilesJavajdk1.7.0_51

4: Click Computer
(ie my computer, Win8 is This) - System Properties - "Advanced System Settings" environment variable

5: Click "New" under the system variable box, fill in the corresponding variable value:
JAVA_HOME C:Program FilesJavajdk1.7.0_51
JRE_HOME C:Program FilesJavajre7
CLASSPATH .%JAVA_HOME%lib;%JAVA_HOME%libtools.jar
Edit Path variable, not new, fill in %JAVA_HOME%bin;%JAVA_HOME%jrebin;
Note if the original No before the Path; (semicolon), should be added; %JAVA_HOME%bin;%JAVA_HOME%jrebi n;



6: Click the computer icon, type cmd in the path box and press Enter; you can also use win+R, enter cmd, open the command line window; enter java Press the Enter key, if the following icon appears, the installation is successful

In fact, Xiaobian tells you that win7 is the same as win8 installation, Xiaobian is afraid that win8 friends do not understand how to get, here is Install the Java JDK under win8.



Copyright © Windows knowledge All Rights Reserved