Http://hi.baidu.com/tsj2209/blog/item/bf7688ebe1467fdbd439c932.html
Disable myeclipse indexes and optimize myeclipse startup speed (conversion)
1. Disable myeclipse updating indexes
Myeclipse always keeps updating index. The research found that the update index... is downloaded by Maven, but it affects the usage speed of myeclipse. The method to disable it is as follows:
Window => preferences => myeclipse enterprise workbench => maven4myeclipse => Maven => deselect the download repository index check box.
Updates on startup
2.
Remove unnecessary modules
20% of the functions of a system can meet 80% of the requirements, and myeclipse is no exception. We only need 20% of the system functions in most cases, so we can disable some unused modules.
Load and start. Open the Configuration window through windows-preferences, select general-startup and shutdown on the left, and then display
The modules loaded during eclipse startup can be removed according to your actual situation.
Windows-> perferences-> General-> startup and Shutdown
Disable useless startup items:
How can we know which startup items are useful? I want to explain the usefulness of the startup items I know. I hope you can reply to them as follows:
WTP: similar to myeclipse, the main difference is that WTP is free of charge. If myeclipse is used, this can be canceled.
Mylyn: A team task management tool, similar to CVS, which manages the project progress in task units and can be canceled if it is useless.
Derby: a database saved as a jar. It is useless and canceled.
A large batch of startup items starting with myeclipse easie: the servers supported by myeclipse are only used by myself, and other items are canceled. For example, I only select Tomcat
Cancel the project configuration file automatically verified by myeclipse at startup
By default, myeclipse automatically verifies the configuration file of each project at startup. This is a very time-consuming process. You can select myeclipse in sequence in the preferences window.
-Validation: only the manual items are retained in the validator list on the right. If you only need to select a file for verification, right-click and choose myeclipse-
Run validation.
Windows-> perferences-> myeclipse-> Validation
Drop all vertices except manual. Only classpath dependency validator is left in build.
Manual verification method:
On the file to be verified, right-click and choose myeclipse> RUN validation.
Spelling check will cause us a lot of trouble. Our method names will all be abbreviations of words, and he will also prompt errors, so it is best to remove them, so it is not very useful:
Windows> perferences> General> Validation> editors> text editors> spelling
The default JSP editor opened by myeclipse is not good. The preview will be opened at the same time.
Windows-> perferences-> General-> editors-> file associations,
Change the default value to myeclipse JSP editor.
3. Window => preferences => myeclipse enterprise workbench =>
Search for new features at startup is not selected