Configuration of java8 Development Environment under WIN10
Configuration of java8 Development Environment under WIN10
one。 Development environment configuration 1. Download jdk-8u111-windows-x64.exe on the official website
Note: jdk1.7 download address
two。 Run the installation package to customize the installation path
3. Enter the environment variable settings: right-click on the computer-- > Properties-- > Advanced system Settings-- > Environment variables
4. Operate at the system variable:
(1) New: JAVA_HOME C:\ Program Files\ Java\ jdk1.8.0_111
(2) New: JRE_HOME C:\ Program Files\ Java\ jdk1.8.0_111\ jre
(3) New: CLASSPATH.;% JAVA_HOME%\ lib\ dt.jar;%JAVA_HOME%\ lib\ tools.jar
(4) add:% JAVA_HOME%\ bin% JRE_HOME%\ bin to Path