How to Chinese eclipse
Original address: http://titanseason.iteye.com/blog/1449201
To Chinese eclipse, there are usually 3 ways, because the method of online installation is more cumbersome to operate, we will only introduce two of the simplest methods. All versions of the eclipse method are similar. Both of these methods need to download the Hero Pack first, and then do other things.
If you do not want to see online how to Chinese, or feel Iteye blog editor is ugly, the attachment has word format of the Chinese description, you can download later to see
Download Chinese-typed package
<1> Login https://babel.eclipse.org/babel/, then click Download a Language pack as shown in
<2> can see the page as shown below, there will be 3 versions of the language pack for you to download, which indigo corresponds to eclipse3.7,Helios corresponding eclipse3.6,Galileo corresponding eclipse3.5, if after Eclipse release new version, directly click the corresponding version of the connection is OK, we click Indigo, that is, eclipse3.7 's Chinese package
<3> drop-down page to find Language:chinese (Simplified), you can see the content shown below. Of course, we do not need to download the whole content, we only need to babellanguagepack-eclipse-zh_3.7.0.v20111128043401.zip eclipse, all, we download the 87.36% This Chinese package, the other connection corresponds to eclipse corresponding plug-in of the Chinese, if necessary to download.
The eclipse of the Han Dynasty
Method One: Direct copy of Chinese
After the Chinese package is downloaded, unzip it. You can then find the directory structure as shown in. The features and plugins folders are then copied to the dropins directory under the Eclipse installation directory (note that the dropins directory, not Plugins directory )
Then start Eclipse and discover that Eclipse has been successful.
Method Two: Thelinks file of Chinese
This is a good way to install more plug-ins into eclipse, because it uses the links file, so when you don't want to use a plugin in eclipse, just delete the corresponding links file. Personal recommendation Use this way to Chinese Eclipse, of course, if it is troublesome, "method one".
<1> will download the Chinese package after the decompression of the directory structure See "Method One", and then the outermost Eclipse this folder, renamed to language, of course, can not be renamed, the purpose of renaming is to install multiple plug-ins, Know what's underneath a folder. As follows:
<2> Copy the folder to the path (just copy the file path, not copy the file ), my path is D:\Program files\eclipse\plugins\language
<3> Open The Eclipse root directory and create a new Links folder as shown in
<4> Create a new text document under the Links folder and rename it to Language.links (note that the filename here doesn't matter, the name is language to make it easy to remember the connection to the Chinese package, But the suffix must be . Links ), and then open the file with Notepad
<5> then writes the following to the file: path= <2> step to copy the path, and change \ \ \ , my first <2> copy path is D:\Program Files\eclipse\plugins\language, so that I should write Path=d:\\program files\\eclipse\\plugins\\languageas shown in
<6> started Eclipse, and found that the Chinese success.
2016.3.1 (reproduced) How to Chinese eclipse