Java Study Notes 2-Eclipse installation and localization illustration, learning notes eclipse
Eclipse Installation
With JDK, You can compile the Java source code and run the Java program, but there is no code editor, no version management tools, and you cannot easily manage project files and work with teams. Install Eclipse to complete these tasks.
Eclipse is a Java integrated development environment (IDE ). There are a lot of Java ides, there are free, there are charges, there are English, Chinese, there are multiple languages, Eclipse is the most commonly used one, most employees of IT companies use IT.
Eclipse is open-source and free of charge, with the largest number of users. It provides a wide range of plug-ins and friendly editing interfaces. It features low resource usage and high speed, and is developed in Java.
Note: You must set the environment variables. The Eclipse operation depends on these environment variables.
Eclipse: http://www.eclipse.org/downloads
Open the link and you will see the following page:
Select the version in the red box and download it.
Eclipse is free of installation. You can decompress the downloaded compressed file to any directory and change the directory at will. When you start Eclipse for the first time, you are required to set the default project directory. You can set the directory only once or at each startup.
Click "OK" to start Eclipse. The welcome page is displayed.
Install Simplified Chinese Language Pack
Eclipse is in English by default. If your English skills are weak, you can install the Simplified Chinese Language Pack. However, I suggest you use the English version. As a programmer, it is absolutely necessary to improve your English level. Many technical documents are in English. As long as you persist, you will soon be able to improve your English reading ability.
First, check the Eclipse version you are currently installing. On the Eclipse menu bar, select Help> About Eclipse. Version is followed by Version.
Language Pack: http://www.eclipse.org/babel/downloads.php
Open the link and scroll down to download the corresponding Language Pack:
Go to the download page and find the Simplified Chinese Language Pack:
It contains the language packs of the Eclipse software, its modules, and plug-ins. You can download all the packages at a time, or download them when necessary.
The total size of all language packs downloaded here is 3.62 MB, and the size is small.
Download all, right-click and decompress the package to the current folder, and decompress the package to obtain the eclipse folder.
Copy the decompressed features and plugins folders in the eclipse folder to the root directory of the eclipse installation directory to overwrite them.
Restart Eclipse and complete localization. You can enjoy the Chinese version of Eclipse.
Two Essays Written by other bloggers are recommended.
1. Install and set Chinese Doc in Eclipse Chinese Language Pack
2. Eclipse official Simplified Chinese Language Pack and Installation Method