Installation of Eclipse and configuration of the JDK

Source: Internet
Author: User

前言:对于Eclipse这个工具,每个学习JAVA的同学们和JAVA工程师们并不陌生,可以说陪伴了我们每个日日夜夜。Eclipse是一个开放源代码并且是一个开源的软件、基于Java的可扩展开发平台。就其本身而言,Eclipse用于通过插件组件构建开发环境。而且Eclipse 附带了一个标准的插件集,包括Java开发工具(JDK)。JDK 是Java开发工具包 包含了JRE,JVM。它是一种用于构建在 Java 平台上发布的应用程序、applet 和组件的开发环境。其中包括了Java编译器、JVM、大量的Java工具以及Java基础API里面是Java类库和Java的语言规范。下面我把Eclipse和JDK安装步骤和配置给写一下,作为自己的笔记。下面有描述不太好的地方,希望大家多多指点

One.
eclipse:http://www.eclipse.org/downloads/eclipse-packages/
Jdk:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Two. Installation of Eclipse: Eclipse installation is relatively simple and fast, the download of the above address the required version, the download of the compressed package after decompression is OK. When the JDK is configured, click eclipse.exe in the unpacked folder to open eclipse

Three. JDK environment variables and installation: One thing to keep in mind when installing a JDK is to install the JDK and JRE into the same folder if you want to change the installation path. The following is the configuration of the JDK environment variables. First enter the configuration of the environment variable of the computer
Right click on my Computer---tap properties----Click Advanced System Settings----Click on the environment variable---Click New---The input variable is named Java_home, the variable value is the absolute path of the JDK just installed, mine is C:\Program files\java\jdk1.8.0 _151

Add a variable value to %java_home%\bin in Path

Enter Java and java-version in the command prompt on your computer to see if the JDK is installed successfully and to view the JDK version. If the JDK information is not displayed, you can add a variable named classpathto the environment variable with a variable value of .

The above configuration is the JDK and Eclipse configuration, what is the lack of what I did not mention, I hope you help to mention the past

Installation of Eclipse and configuration of the JDK

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.