Eclipse often did not respond to questions

Modify eclipse.ini file

-startup
plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.700.v20180518-1200
-product
org.eclipse.epp.package.jee.product
-showsplash
org.eclipse.epp.package.common
--launcher.defaultAction
openFile
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.8
[email protected]/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
--add-modules=ALL-SYSTEM
-Dosgi.requiredJavaVersion=1.8
-Dosgi.dataAreaRequiresExplicitInit=true
-Xms512m

-Xmx2048m

-launcher.XXMaxPermSize

512M

-launcher.XXMaxPermSize

512m

 

Cancel the automatic compilation

Inspection cancel unnecessary tests:

 

 

On the left side click on [validation] option, on the right you can see automatically check the eclipse has done what.

How to get rid of unwanted eclipse validation, optimization eclipse
  • The Manual (Manual) held stationary, which will leave only build classpath, dependency, Validator, other all removed.

    How to get rid of unwanted eclipse validation, optimization eclipse
  1. Finally, click [OK] button to save the settings.

    How to get rid of unwanted eclipse validation, optimization eclipse
  2. If you need time after the file validation checks, right-click on the file, click on [Validate] to be checked.

    How to get rid of unwanted eclipse validation, optimization eclipse

Guess you like

Origin www.cnblogs.com/yhm9/p/11588805.html