Localization of eclipse and myeclipse

Source: Internet
Author: User

Eclipse Localization

Method 1:

It may be because most companies are currently using eclipse for Java programming, making eclipse a very popular Java development environment. There are many Chinese eclipse methods on the Internet, which are extremely complicated and the worst thing is that they are not easy to use. The following describes a simple eclipse Chinese method that I implemented.

Take eclipse3.2 as an example: You can download eclipse3.2 from www.eclipse.org/downloads/

1. In the starter-eclipse-SDK-3.2-win32, this is a multi-country Language Pack for Windows, if your system is Linux or other, you can also download the corresponding language pack.

2. Unzip the downloaded NLpack1-eclipse-SDK-3.2-win32.

3. Copy the features and plugins folders and paste them to the folder where you install eclipse3.2. At this time, you will be prompted whether to replace the original file and select "all ".

4. It's that simple. It's finished in Chinese! (The Eclipse Method for other versions is similar)

5. Note: it is best not to use Chinese eclipse3.2. If the sub-method is not successful, we recommend that you reinstall eclipse3.2 and then follow the above steps.

Method 2:

Using eclipse3.2 + myeclipse5.5 + tomcat5.5,
JDK uses 1.5.
Is:
Jdk1.5.0.04:
Thunder: // token =
Tomcat5.5.23:
Http://apache.mirror.phpchina.com/tomcat/tomcat-5/v5.5.23/bin/apache-tomcat-5.5.23.exe
Eclipse3.2:
Http://mirror.in.th/eclipse/eclipse/downloads/drops/R-3.2.2-200702121330/eclipse-SDK-3.2.2-win32.zip
Myeclipse5.5 (myeclipse plug-in supporting eclipse3.2 ):
Http://downloads.myeclipseide.com/downloads/products/eworkbench/5.5.1GA/MyEclipse_5.5.1GA_E3.2.2_FullStackInstaller.exe
Eclipse3.2 Chinese package:
Http://www.gtlib.gatech.edu/pub/eclipse/eclipse/downloads/drops/L-3.2.1_Language_Packs-200609210945/NLpack1-eclipse-SDK-3.2.1-win32.zip
Jseclipse (Eclipse plug-in javascirpt ):
Http://trials.adobe.com/pub/esd/labs/jseclipse/jseclipse_plugin_040207.zip
Everything is ready. You can start.
1. Install JDK in the C root directory (you can select another installation path as needed) and prepare the following environment variables:
Add "system variable" java_home and set the value to "C:/jdk1.5/" (this is my JDK installation directory ),
Add "system variable" classpath and set the value to ".; % java_home %/lib/;" (note that the preceding. indicates the current path, which cannot be specified here)
Modify the "System variable" path and add "% java_home %; % java_home %/bin;" (note that the new value must be separated with the original value)
Then, run the "Java-version" command in the CMD command window to check whether the JDK is successfully installed.
2. install Tomcat 5.5 (my installation path is D:/tomcat 5.5) and prepare the following environment variables:
Add "system variable" catalina_home and set the value to D:/tomcat 5.5 (my tomcat installation path)
Modify "system variable" classpath, new value added "% catalina_home %/common/LIB;"
Open the Tomcat console and enable the Service. In IE, enter the address http: // localhost: 8080 to check whether the installation is complete. (Note: localhost indicates the local machine and 8080 indicates the default Tomcat port, it should be set during installation, which is the default value here)
3. Install eclipse3.2
I downloaded an SDK package. I just needed to decompress the package. I took the test to the root directory of drive D, that is, D:/eclipse,
Run eclipse.exe in the installation directory to start eclipse.
4. Chinese eclipse
Decompress the eclipse3.2 Chinese package and copy the features and plugins folders to the D:/eclipse folder to overwrite the original folder,
5. Install the myeclipse plug-in:
Run myeclipse_5.5.1ga_e3.2.2_fullstackinstaller.exe to start installation. You must select the installation path of eclipse3.2 and use the default installation path for the rest.
After the installation is complete, a folder named eclipse is created in the eclipse installation path. The same features and plugins folders are copied to the eclipse subfolders to overwrite the original two folders.
That is, in D:/eclipse, an eclipse sub-folder is generated. Copy the features and plugins folders at the same level as the eclipse sub-folder to the eclipse sub-folder and replace the original two folders.
After completion, run eclipse.exe in the eclipsesubfolders to start myeclipse after the Chinese version.

Click "Up-date subscriber" under the myeclipse menu, enter the registration code "www.1cn. Biz" and "jLR7ZL-655355-5450755330522962", and click "finish"
6. Install the jseclipse plug-in:
The jseclipse plug-in is useful for developing web with Ajax. After myeclipse is started, open the "help"> "Software Update"> "find and install" menu to bring up the update interface.
On the displayed page, select "search for new feature components to be installed" and click "Next ",
". Then follow the installation steps to install the SDK.
7. Add tomcat in myeclipse:
In eclipse, click "window"> "Preferences" to bring up the preferences dialog box, in the tree list on the left, choose "myeclipse"> "application servers"> "Tomcat"> "Tomcat 5. X ",
Select "enable" and activate it. Select D:/tomcat 5.5 (the installation path of Tomcat) in "Browse" after "Tomcat home directory ).
Click "Tomcat 5. X "JDK" in the tree list, select C:/jdk1.5 (JDK installation path) on the Add button after Tomcat JDK name, and run a new name, I name it jdk1.5.
Click OK.
Since then, the environment has been set up.
Day 2: JSP and Servlet Learning
JSP syntax can be learned from relevant materials, but the main thing is to understand its operating architecture so that it can be developed.
Create a [web project] under [J2EE projects] under [myeclipse] in eclipse, that is, create a web project. The project I created is named "mytest" (case sensitive, java is case-sensitive. I use lower-case letters)
In addition, sessionfactory is always displayed during the first exercise. opensession (); exception, the cause in a adopt lack of related package, I in the project WEB-INF/lib to add the runtime must package: dom4j-1.6.jar, ojdbc14.jar, anlr. jar, commons-beanutils.jar, commons-digester.jar, commons-fileupload.jar, commons-logging.jar, commons-validator.jar, jakarta-oro.jar, etc. After that, the problem is solved.
Save, publish, and start Tomcat before testing.

 

 

 

Myeclipse:

Click "help"-> "Software Update" --> "find and install" in the main menu bar ";

Search for new Featrues to install-> click Next;

Click new remote site;

Name: Language URL: http://download.eclipse.org/technology/babel/update-site/europa-> click OK-> click Finish;

Wait a moment. The update site mirrors window is displayed. Click language at the bottom of the drop-down box and click OK;

A moment later, the updates window will pop up. In select the features to install, click the triangle icon on the left of language to expand the directory-> check Babel language packs in simple Chinese-> click Next;

Wait for download. The Select installation path dialog box is displayed. By default, click Finish;

After the download is complete, you will be prompted to install it. Click Install all. After the installation is complete, you will be prompted to disable myeclipse and click OK;

In the installation directory of the program, delete-duser. language = EN in the X:/program files/myeclipse 6.5/Eclipse/eclipse. ini configuration file, and save the file to close the configuration file;

 

This article from the csdn blog, reproduced please indicate the source: http://blog.csdn.net/fanweiwei/archive/2009/05/15/4187117.aspx

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.