Eclipse Common Errors

Source: Internet
Author: User

1, after importing a maven project has been shown importing MAVEN projects 10%

The solution is as follows:

Find Eclipse.ini

Join

-vm

C:\Program Files (x86) \java\jdk1.7.0_25\bin\javaw.exe

Restart Eclipse again

2. canceling The validation issue in Eclipse

One: Open the Eclipse menu bar Right-click on the window to select Preferences: Choose Validation, you do not need to verify the removal of the tick, click OK.

3, eclipse remove js (JavaScript) validation error

Introduction to Eclipse 's removal of JS (JavaScript) validation errors. In Eclipse ,js files often get an error. There are several steps you can take to resolve

The first step:

to remove the JS validation from eclipse:

Will windows->preference->javascript->validator->errors/warnings->enable JavaScript Sematic Validation The front of the hook to remove ;

Step Two:
Right-click ProjectProperties-BuildersRemoveJavascriptvalidatorThe front tick
IfBuildersNot inJavaScript ValidatorThis item. Then go. ProjectFile, modify the following:
Find the project directory, delete the project directory Project The following sections in the file:
<BUILDCOMMAND>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments></arguments>
</buildcommand>
and < Nature>org.eclipse.wst.jsdt.core.jsnature</nature>
Note, modify .project file may require restart eclipseeclipse

Step Three:

If this is not the case, just open problems view in Eclipse, Select the relevant error, and follow the prompts to resolve it.

Eclipse Common Errors

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.