Installation of Eclipse and graphical illustrations of Chinese
Installation of Eclipse
With the JDK, you can compile Java code, run Java programs, but there is no code editor, no version management tools, it is not easy to manage the project files, can not work with the team. Install eclipse so you can do the work.
Eclipse is a Java integrated development environment (IDE). There are many Java Ides, free of charge, English, Chinese, multi-lingual, Eclipse is the most common one, and it is used by most of the employees in the IT company.
Eclipse Open source Free, the largest number of users, providing a rich plug-in and friendly editing interface, resource consumption is relatively low, faster, itself is developed in Java.
Note: Be sure to set environment variables, and Eclipse's run depends on these environment variables.
The Eclipse is: http://www.eclipse.org/downloads
Open the link and see the following page:
Select the red box-up version and download it.
Eclipse is free to install, you can extract the downloaded compressed files to any directory, you can also change the directory at will. The first time you start Eclipse, you will be asked to set the default project directory, which you can set only once or every time you start.
Click "OK", Eclipse will launch successfully, pop-up Welcome screen.
Install the Simplified Chinese Language pack
Eclipse default is English, if you have weak English ability, you can install the Simplified Chinese Language pack. However, I suggest you use the English version, as a programmer, you definitely need to improve your English level, a lot of technical documents are in English, as long as perseverance, will soon improve your English reading ability.
First look at the version of Eclipse that you are currently installing. In the Eclipse menu bar, select Help→about Eclipse,version followed by the version.
The language pack is: http://www.eclipse.org/babel/downloads.php
Open the link, scroll down and download the corresponding version of the language pack:
Go to the download page to find the Simplified Chinese Language pack:
This includes the Eclipse software itself and the language pack for its modules and plugins, which you can download all at once or when you need it.
All the language packs here are downloaded with a total size of 3.62M and a small capacity.
Download all, right click Unzip to current folder, unzip to get Eclipse folder.
Copy the features and plugins folders under the extracted Eclipse folder to the root directory of the Eclipse installation directory.
Restart Eclipse and finish, you can enjoy the Chinese version of Eclipse.
Two recommended essays written by other bloggers
1.Eclipse Chinese Language Pack installation and setup Chinese doc
2.Eclipse Official English Language Pack and installation method
Essay Classification-java Java Learning Note 2--eclipse installation and Chinese graphical summary: Eclipse installation with the JDK, you can compile Java source code, run Java program, but there is no coding editor, no version management tools, and can not easily manage the project files, You cannot collaborate with a team. Install eclipse so you can do the work. Eclipse is a Java integrated development environment (IDE). There are many Java Ides, there are free, there are charges, there are English ... Read full posted @ 2015-05-03 23:00 Qabil Read (177) | Comments (0) Edit Java Learning Note 1--WINDOW7 JDK environment variable Configuration diagram Summary: 1. Download the Java Installation Kit first http://www.oracle.com/technetwork/java/javase/downloads /jdk8-downloads-2133151.html Click Accept License Agreement and then download it according to your operating system. Download Complete ... Read full posted @ 2015-05-02 23:49 Qabil Read (148) | Comments (0) Edit Category: Java Tags: java, learning notes, tutorials, illustrations, Eclipse installation Chinese
Installation of Eclipse and graphical illustrations of Chinese