E is not good. Close the window accidentally. The teacher gave a Chinese bag, but after learning it, I forgot it. You have to try again.
Now, find it online. Read my lessons .. By the way, I want to learn English ..
1. Install JDK (Suppose JDK is installed in E:/Java/folder)
1. Install jdk-6u1-windows-i586-p.exe;
2 configure the environment variables, path end + ";" + "E:/Java/jdk-6u1-windows-i586-p/bin" (bin directory in JDK );
3. Test whether JDK is successfully installed. Enter Java and javac in the command prompt.
2. Install eclipse (assume that the installation directory of eclipse is E:/Eclipse /)
1 straight press extract file "eclipse-SDK-3.2.1-win32.zip" to E:/, file eclipse installation directory is E:/Eclipse /.
3. Install the language package in Chinese (assuming eclipse3.2 is installed on E:/, that is, the installation directory of the file eclipse is "E:/Eclipse /")
Method 1:
1 decompress the Language Pack "NLpack1-eclipse-SDK-3.2.1-win32.zip" and rename the decompressed folder to "language ";
2. copy and paste the "Features" and "plugins" folders in the "language" and "Eclipse" folders to the eclipse installation directory (E: /Eclipse/directory );
3. In the pop-up dialog box, select "all" (overwrite the original "Features" and "plugins" folders in the eclipse installation directory (E:/Eclipse/folder ).
Method 2:
1 decompress the Language Pack "NLpack1-eclipse-SDK-3.2.1-win32.zip" and rename the decompressed folder to "language ";
2. copy and paste the renamed folder "language" to the eclipse installation directory (E:/Eclipse /);
3. Create a folder named "Links" in the eclipse installation directory (E:/Eclipse ";
4. Create a text file in the new folder "Links" (E:/Eclipse/links, enter a line of character "Path = file eclipse installation directory // language" (Path = E: // eclipse // language) in the new text file ), save and rename the text file to "language. link "(any extension );
5. Restart eclipse.
Note: 1 when installing the Language Pack, a separate "file Eclipse" refers to the file eclipse.exe, which is in the path E:/Eclipse/eclipse.exe;
2 when a line of characters is entered in a text file, the drive letter and folder are separated.
From: http://zhidao.baidu.com/question/51443875.html
Last Localization