Background
Company Spec JAR package management, after MAVEN is enabled. The new project has come to MAVEN project
Problem
The new project causes the CPU to explode after eclipse [99%] This does not do open JSP, JS. Direct Card crashes
Goal
As in previous projects, normal use is no lag
Exclude
1. Cancel all verification, auto-completion, etc.
2. Increase the Eclipse.ini memory method
Eventually
Modify the. project file to prune the runtime plug-ins and validations
<?xml version= "1.0" encoding= "UTF-8"?><projectdescription> < name>contrast</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.wst.common.project.facet.core.builder</name> <arguments> </arguments> </ buildcommand> <buildcommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildcommand > <buildCommand> <name>org.eclipse.m2e.core.maven2Builder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.m2e.core.maven2Nature</nature> <nature>org.eclipse.wst.common.project.facet.core.nature</nature> </natures></projectDescription>
These configuration instructions:
Project Name <name></name>
Project Comment Description <comment></comment>
Additional Eclipse plugins required for runtime <natures></natures>
Load Mode information <buildSpec></buildSpec>
Links to resources outside the project <linkedResources></linkedResources>
Summarize
If your eclipse card is dead, the normal removal validate validation is not valid, try to increase the Eclipse.ini boot memory or the card, then you might want to try to modify the. project file. The specific idea is to reduce plug-ins & Cancel verification.
March 16, 2017
From Xi ' an e-government office
Chapter * *
NET name: Mo Mo Jin
This article is from the "foam gold it experience and skills" blog, please be sure to keep this source http://zl0828.blog.51cto.com/2242565/1907229
Foam Gold: Eclipse Card dead cup memory double burst, cancel validation invalid--see here to modify. Project to do with me