Many people feel that the myeclipse is too slow to start, because it integrates too many functions, but for most people is not necessary, only to be based on the project you are using to load the appropriate tools on the line. Wait until the other time to load the required.
<1> MyEclipse's installation directory has a file named Eclipse.ini, which is opened with Notepad to modify the parameters:
Change the-xms128m into-xms256m
Change the-xmx256m into-xmx512m
<2> remove modules that do not need to be loaded windows-preferences--> general--> Startup and Shutdown right
Shows the modules that were loaded when eclipse started, removing some modules as needed.
<3> Auto-Validate project profiles on startup Windows-> Preferences-> myeclipse Enterprise workbench->
Run Validation Just keep the Manual item on the validator list on the right. If you need to validate it, you just need to select
file, and then right click on Myeclipse-run validation.
Optimized modification of my machine
1. windows-preferences--> general--> Startup and shutdown the original machine started very slowly, but now
In a very quick way, because it almost removed all the items that should not be started loading.
2.eclipse.ini's file,
The original Startup project file
-startup
.. /common/plugins/org.eclipse.equinox.launcher_1.0.101.r34x_v20080819.jar
--launcher.library
.. /common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.r34x_v20080731
-clean
-configuration
Configuration
-vm
C:/Program Files/genuitec/common/binary/com.sun.java.jre.win32.x86_1.5.0.011/bin/client/jvm.dll
-vmargs
-xmx512m
-xx:maxpermsize=192m
After the change
-xx:maxpermsize=384m
With MyEclipse development process encountered sometimes in the page to write ".", half a day to respond to, or write a few lines of code, save half to complete, and so on other suspended animation phenomenon.
Many methods on the Internet do not have one by one verification, recorded so for reference:
Method One
MyEclipse always wait for several seconds to open JSP?
This problem is really annoying, in fact, are MyEclipse "smart" results (it defaults to open with visual designer), the following settings can be effectively alleviated.
1. Either right click on the file, choose Open With-"MyEclipse JSP Editor Open, so will not use the visual open, less cost source, automatic prompt also very fast."
2. Either take a permanent approach Window--"Preferences-" general-"Editors-" File associations set the Editor Association of the default dozen *.jsp to MyEclipse JSP Editor .
Method Two recommended
modifying Eclipse.ini files
-clean
-showsplash
Com.genuitec.myeclipse.product.ide
--launcher. Xxmaxpermsize
256m
-vmargs
-xms128m
-xmx512m
-duser.language=en
-xx:permsize=128m
-xx:maxpermsize=256m
Parameter description:
|-vmargs: Describes the parameters of the VM after
|
|-xms128m: Virtual machine occupies the minimum memory of the system
|
|-XMX512M: Virtual machine takes up the maximum memory of the system
|
|-xx:permsize: Minimum heap size.
|
|-xx:maxpermsize: Maximum heap size. |
Turn off Automatic Updates
1.window->preferences->general->startup and shutdown-> cancel the "Automatic Updates Scheduler" item
2.window->preferences->myeclipse Enterprise workbench->maven4myeclipse->maven-> Cancel "Download Repository Index Updates "item
3.window->preferences->myeclipse Enterprise workbench->maven4myeclipse->myeclipse dashboard-> Cancel " Show MyEclipse Dashboard on startup