This article describes how to configure the development environment of myeclipse8.5 and how to install the svn plug-in. Here, I will share with you some information, hoping it will be useful to you.
This section briefly introduces how to install the svn Plugin in myeclipse8.5 SVN Development Environment configuration, including downloading myeclipse8.5, myeclipse8.5 in Chinese, installing subclipse and SVN plugin. First, let's take a look at downloading myeclipse8.5.
Download myeclipse8.5 SVN
You can download software from the official website of proxy http://www.proxyie.cn/?myeclipse
: Http://downloads.myeclipseide.com/downloads/products/eworkbench/Galileo/myeclipse-8.5.0-win32.exe
Size: 825.84 MB
MD5: a9038148dcde9066abc3711bf8ee636c
---------------------------------------------------
Environment Description:
Myeclipse installation path E:/myeclipse/myeclipse8.5
Common installation path E:/myeclipse/common
Create an E:/myeclipse/myplugin plug-in dedicated to us.
---------------------------------------------------
One way for myeclipseconfigurationcenter to manage myeclipse plug-ins
Reference: http://isy.javaeye.com/blog/639767
Dashboard-plug-in panel, you can add or delete the plug-in of myeclipse
Software-custom addition of other software
Collaboration-share your configuration information and support for team collaboration
Subregister-registration information. The registration code found in the next article can be pasted here.
1: Add software. It can be an online update URL or a local folder. Generally, you can download the plug-in to a local directory by using the download tool. Here, add a local folder to install the plug-in.
2: Verify the preceding address and find the plug-in. Right-click the plug-in and select "addtoprofile". The plug-in is added to "4 ".
3: You can delete the added plug-in.
4: added plug-ins
5: plug-ins to be added
6. Execute the Add action.
Myeclipseconfigurationcenter is not very easy to use, and the response is slow. Sometimes it is necessary to turn it off before it can achieve the effect. When it is deleted (with an online circulating registration machine)
Myeclipse8.5 Svn in Chinese
First download the Chinese package file: http://www.blogjava.net/files/sy1214520/myeclipse8.520.20 .zip
1. Put features and Plugins in the decompressed "language" folder
E:/myeclipse/myplugin/language.
2. Open myeclipse to create a Java project and copy createpluginsconfig. Java in the compressed package. In the main function, you need to write "E: // myeclipse // myplugin // language // plugins", that is, pointing to the Plugins directory of the language just now. Then execute. If it is correct, a large string of English words will be entered in the console.
3. Open the bundles.info file in the "E:/myeclipse8.5/configuration/org. Eclipse. Equinox. simpleconfigurator" directory in a text editor. Copy a large string of English words generated in Part 2 to the bottom of the file.
4. Find the "E:/myeclipse/myeclipse8.5" directory and find the "myeclipse. ini" file. open the file in notepad and add a statement in the last line-duser. Language = Zh.
5. Delete the E:/myeclipse/myeclipse8.5/configuration/org. Eclipse. Update folder.
6. Save and start myeclipse. Here you can see the Chinese interface.
Install subclipse and myeclipse8.5 SVN plugin
Download the site-1.6.9.zip file from the official website on subclipse.tigris.org,
2. decompress the features and plugins folders and copy them to E:/myeclipse/myplugin/SVN. Do not use other *. XML files.
3. Create the svn. Link file under E:/myeclipse/myeclipse8.5/dropins. The file content is: Path = E: // myeclipse // myplugin // SVN and save it.
4. Delete the E:/myeclipse/myeclipse8.5/configuration/org. Eclipse. Update folder.
5. Restart myeclipse and everything will be normal.
Address: http://aben328.javaeye.com/blog/687219