building workspace has encountered a problem

After the project goes online, how to reduce customers’ doubts about the delivery?Here is the secret script of three moves>>>

After importing an existing project, eclipse needs to build a workspace, and it is found that JavaScript is constantly checked in this process. Because there are a lot of JS code in the project, the process is very slow. At this time, it is easy to cause eclipse to get stuck by doing other operations on eclipse. Sometimes there will be building workspace has accounted a problem such an error after this error occurs, even if eclipse is closed and then opened, the following error will be reported:

After searching on the Internet, the solutions are as follows:

Create a new workspace, delete the original workspace, and click file — > Switch workspace selects to use the newly created workspace

When setting the building workspace, do not check the JavaScript code. Right click the project — > properties–> Builders, remove the JavaScript validator option in the corresponding view

In this way, when importing a project, it will not be occupied a lot of time by the building workspace, and the above errors will not appear again

(remove the check before building automatically in the project option )

I don’t think it’s useful. The task of building workspace is always to be carried out

Similar Posts: