Frequently asked questions in eclipse

Source: Internet
Author: User

This article records common problems with importing projects in Eclipse.

1:the project cannot be built until the build path errors is resolved

Please refer to: http://blog.sina.com.cn/s/blog_4cb58ce60100iee8.html

  

2:project ' XXX ' is missing required Java Project: ' YYYY '.

The corresponding jar can be found in the dependent jar, but there is still this error. In fact, the cause of the problem is not here. Please look down:

    

Cause:

today in taking over a colleague to do a project, found that with MyEclipse deployment, the project has a lot of web pages appear Red Fork, one after the modification, the project should no longer show the Red fork, but it is strange that the project all the sub-files are not wrong, the project root directory has a red fork ... >_<</STRONG>! at the same time, a bunch of error appears in the problem of MyEclipse, prompting: Project ' XXX ' is missing required library: ' [path] \ Xxx.jar '.

Solve:

This occurs because there are duplicate and conflicting or address-referenced jar packages in your project's build path library, which can be resolved as follows:

① Right click on Project------> select Build path------> re-select Configure build path;
② Select the Library tab in the right window;
③ a jar package with duplicate, conflicting, or address errors found in the jar packages listed below (the normally problematic jar package displays a yellow warning) and is deleted;
④ Click OK to close the window, the problem will be resolved after eclipse or myeclipse automatically re-build workspace

This paragraph all from: http://blog.sina.com.cn/s/blog_9ba89b9901019axg.html

3:the project cannot be built until the build path errors is resolved

Target runtime is not defined solution: Right-click Project--Property->myeclipse->targeted runtimes Select the appropriate environment.

      

Frequently asked questions in eclipse

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.