MyEclipse Project Recompilation failed: Cleanup Project cache

Source: Internet
Author: User
Tags browser cache

1. Project cleanup: Select the Project-->clean of the menu bar. -Tick the items you want to clean (you can also select all)

Remember: Clean the project and need to recompile

2. If the project is a MAVEN project, sometimes clean project is not effective. It's time to use Maven to clean up the cache: Right-click Project-->run as--> Maven Cleaner

Remember: After this method is cleared, you will need to re-compile the maven to use Maven-->update Project or a custom maven build

3, if the above two are not effective, then directly into the project's classes directory, look at the compiled class, anti-compilation, and now the project to compare, to see if the update, if not, remove recompile

4, if it is a Web project, and started with Tomcat, found that the cache problem, the project is not updated, workaround: Delete the project, and enter the Tomcat WebApps and work directory, delete your project, and then re-import the project, recompile

5, browser cache: Browser cache includes the browser's own cache and program cache

(a) Self-caching: Many browsers, such as Google, sometimes ask you to save the data, if you point to, in many cases, the data is prone to the problem of not updating

Workaround: Be cautious about remembering passwords or saving data for your browser. If there's a problem: like Google, select history--Erase browsing data-all

(b) Program caching: Explanations for this: such as the use of Ajax for Get queries, etc.

WORKAROUND: Ajax has a cache property, the default is true, is whether the page needs to cache the problem, changed to false OK, specific reference: Ajax request examples and considerations

I believe there are other solutions, here to share with you

Extract:

http://blog.csdn.net/moneyshi/article/details/49247169

MyEclipse Project Recompilation failed: Cleanup Project cache

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.