The project was not built due to "Could not delete ''.". Fix the problem, then try refreshing this p

简介: 版权声明:本文为 testcs_dn(微wx笑) 原创文章,非商用自由转载-保持署名-注明出处,谢谢。 https://blog.csdn.net/testcs_dn/article/details/45935015 ...
版权声明:本文为 testcs_dn(微wx笑) 原创文章,非商用自由转载-保持署名-注明出处,谢谢。 https://blog.csdn.net/testcs_dn/article/details/45935015

Eclipse修改完Java类文件保存之后,项目上出现了错误提示,如图:
这里写图片描述
但是项目的文件都没有提示错误,
打开Problems窗口会看到具体的错误信息:
The project was not built due to “Could not delete ”.”. Fix the problem, then try refreshing this project and building it since it may be inconsistent SimpleMetadataReaderTest Unknown Java Problem
如图:
这里写图片描述

错误原因

项目生成的目标目录在资源管理器中打开了,生成时需要清理目录,由于文件夹打开了无法删除,所以导致些错误。

解决方案

关闭对应的文件夹就可以了。

2017-08-31更新

有不少朋友反馈,看了之后还是不知道怎么办,这里再说的详细一点。
1、最简单粗暴一点的解决方法,关闭你打开的所有文件夹,然后刷新项目试试!
2、上面指出“打开Problems窗口会看到具体的错误信息”,那么错误信息中会显示对应的目录,如果你打开的很多文件夹窗口还有用,就找到错误信息中提示的目录窗口将其关闭就可以了。
3、怎么关闭?

  • Windows系统:关闭资源管理器
  • Linux系统:关闭文件浏览器
  • macOS系统:关闭Finder

4、如果还是不能解决问题,有可能是目录被其它程序占用,检查起来比较麻烦,重启电脑吧。

目录
相关文章
|
3月前
|
Python
ERROR: Could not find a version that satisfies the requirement thop (from versions: none) ERROR: No
这篇文章介绍了在尝试安装`thop`包时遇到的"No matching distribution found"错误,并提供了通过直接从GitHub源码安装`thop`的解决方法。
ERROR: Could not find a version that satisfies the requirement thop (from versions: none) ERROR: No
|
4月前
|
JavaScript
Error loading saved preferences: ~/.vuerc may be corrupted or have syntax errors. Please fix/delete
Error loading saved preferences: ~/.vuerc may be corrupted or have syntax errors. Please fix/delete
This job is stuck, because the project doesn‘t have any runners online assigned to it. Go to Runners
This job is stuck, because the project doesn‘t have any runners online assigned to it. Go to Runners
This job is stuck, because the project doesn‘t have any runners online assigned to it. Go to Runners
|
Shell
Solving environment: failed with initial frozen solve. Retrying with flexible solve的解决方法
Solving environment: failed with initial frozen solve. Retrying with flexible solve的解决方法
13045 0
Solving environment: failed with initial frozen solve. Retrying with flexible solve的解决方法
|
安全 Java C++
Note
开发分布式应用distributed;强类型机制 异常处理exception except 垃圾的自动收集java对通过网络下载的类具有安全防范机制通过网络下载的类有一个安全防范机制;classLoader;分配不同的名字空间以防替代本地的同名类,字节代码检查,并提供安全管理机制SecurityMa...
1069 0
|
Web App开发 Java
The project was not built due to "Could not delete ''.". Fix the problem, then try refreshing this p
Eclipse修改完Java类文件保存之后,项目上出现了错误提示,如图: 但是项目的文件都没有提示错误, 打开Problems窗口会看到具体的错误信息: The project was not built due to “Could not delete ”.
1071 0
Project Management - 2) Estimate Your Work
1. Delphi估算   1) 项目经理召集小组成员,就项目有关事宜向大家进行阐述。   2)大家提出各种问题,然后进行分配任务。         每个人写下自己的任务列表和时间估算。   3)项目经理收集好任务之后进行复查,看看哪些任务可以同时进行,        得到项目的整体估算。
603 0