Eclipse is open source and popular Application Development Environment and Tool. Eclipse is popular with its flexibility where it supports a lot of different programming language like R, Python, C/C++, Python, PHP, Java, JavaScript, etc. In this tutorial, we will learn how to install the Eclipse Java Integrated Development Environment.
Eclipse是开源且流行的应用程序开发环境和工具。 Eclipse以其灵活性而广受欢迎,它支持许多不同的编程语言,如R,Python,C / C ++,Python,PHP,Java,JavaScript等。在本教程中,我们将学习如何安装Eclipse Java Integrated Development Environment。 。
安装JDK(Java开发工具包) (Install JDK (Java Development Kit))
Eclipse is developed with the Java programming language. This means in order to run Eclipse even for different programming language IDE we need the Java Runtime Environment (JRE). JRE simple provides an environment to run Java applications. But As we will also develop Java code or applications we also need the Java Development Kit in order to use different libraries, function, and features for development. We can install Oracle JDK which is explained in detail in the following tutorial.
Eclipse是使用Java编程语言开发的。 这意味着为了即使对于不同的编程语言IDE也要运行Eclipse,我们需要Java Runtime Environment(JRE)。 JRE simple提供了运行Java应用程序的环境。 但是,由于我们还将开发Java代码或应用程序,因此我们还需要Java开发工具包,以便使用不同的库,函数和功能进行开发。 我们可以安装Oracle JDK,下面的教程对此进行了详细说明。
How To Download, Install JDK (Java Development Kit) On Windows?
如何在Windows上下载并安装JDK(Java开发工具包)?
设置Java,JRE,JDK系统环境变量 (Setup Java, JRE, JDK System Environment Variables)
In order to run Eclipse properly, we have to set the Java, JRE or JDK system environment variables. This will make java.exe and JDK libraries available to the system-wide applications like Eclipse. Following tutorial explains it in detail.
为了正确运行Eclipse,我们必须设置Java,JRE或JDK系统环境变量。 这将使java.exe和JDK库可用于Eclipse之类的系统范围的应用程序。 下面的教程对此进行了详细说明。
How To Set Java, JRE and JDK Home Path and Environment Variables On Windows?
如何在Windows上设置Java,JRE和JDK主页路径和环境变量?
选择Eclipse Java IDE类型 (Select Eclipse Java IDE Type)
We have installed JDK which is described above. Now we have to select the type of Eclipse Java IDE from the eclipse.org Java page. In the following screen, we will see two types those are named Eclipse IDE for Enterprise Java Developers and Eclipse IDE for Java Developers.
我们已经安装了如上所述的JDK。 现在,我们必须从eclipse.org Java页面中选择Eclipse Java IDE的类型。 在下面的屏幕中,我们将看到两种类型,分别是Eclipse IDE for Enterprise Java Developers Eclipse IDE for Java Developers和Eclipse IDE for Java Developers 。
https://www.eclipse.org/downloads/packages/
https://www.eclipse.org/downloads/packages/
- `Eclipse IDE for Java Developers` is mainly designed for a sole or small group of developers and create standard Java applications. It provides tools like Git client, XML Editor, Mylyn, Maven, and Gradle integration. “面向Java开发人员的Eclipse IDE”主要是为单个或少量开发人员设计的,并创建标准Java应用程序。 它提供了Git客户端,XML编辑器,Mylyn,Maven和Gradle集成之类的工具。
- `Eclipse IDE for Enterprise Java Developers` provides enterprise-ready tools which make its size about 240 MB. It provides extra tools against `Eclipse Ide for Java Developers` like JPA, JFS and more collaboration tools. 用于企业Java开发人员的Eclipse IDE提供了企业级工具,其大小约为240 MB。 它提供了针对Java开发人员的Eclipse Ide的额外工具,例如JPA,JFS和更多协作工具。
下载Eclipse Java IDE (Download Eclipse Java IDE)
We will download the Eclipse Java IDE in this part. We will select the Eclipse IDE for Java Developers to download and install.
我们将在本部分中下载Eclipse Java IDE。 我们将选择Eclipse IDE for Java Developers的Eclipse IDE for Java Developers下载和安装。
https://www.eclipse.org/downloads/packages/
https://www.eclipse.org/downloads/packages/
Simply we can download the Eclipse Java IDE from the following link by clicking Download button. This will download the compressed zip file named eclipse-java-2019-03-R-win32-x86_64.zip.
只需单击Download按钮,即可从以下链接下载Eclipse Java IDE。 这将下载名为eclipse-java-2019-03-R-win32-x86_64.zip的压缩zip文件。
安装Eclipse Java IDE (Install Eclipse Java IDE)
Actually, Eclipse Java IDE do not require any setup or installation process. We just need to decompress or extract the download zip archive with by right-clicking the file. Then we will select Extract All or if we have any compression tool like WinRAR, 7zip, etc. I am using 7zip where I will extract like below too.
实际上,Eclipse Java IDE不需要任何设置或安装过程。 我们只需要通过右键单击文件来解压缩或解压缩下载的zip存档。 然后,我们将选择Extract All或者如果我们有任何压缩工具,如WinRAR,7zip等。我使用的是7zip,我也将像下面这样提取。
翻译自: https://www.poftut.com/how-to-install-eclipse-java-development-environment-on-windows/