问题描述:
使用WTP开发WEB程序,需要把WEB-INF/lib下的某个jar库删除,在eclipse的项目浏览器里是删不掉的,因为它在BuildPath里。于是就先把eclipse关掉,然后通过资源管理器找到那个project的文件夹,把文件删除。重新打开eclipse,运行该web程序(Run on server),会出现Publishing failed错误,详细信息为:Resource /xxxx does not exist,其中/xxxx是那个project文件夹。怎么可能呢,那个文件夹好好地放在那里,居然说does not exist!
原因:
由于在外面把某个jar删掉,eclipse还不知道,发布web程序的时候以为那个jar还在,于是就把它发布出去,但那个文件不存在,所以就报错。只是这个错报得太离谱,一个文件不见了就说整个project不存在,简直是误导观众!
解决方法:
删除jar的时候不能直接在eclipse里删,更不能在外面删。要先把整个Web Library从BuildPath里去掉,这样lib里的所有jar都不在BuildPath里了,然后在eclipse的项目浏览器(Navigator view)里把jar删除,然后再添加Web Library。
详细解决方案
WTP中Publishing failed:Resource /xxxx does not exist问题的解决
热度:85 发布时间:2023-12-15 14:23:25.0
相关解决方案
- 请问registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister
- description The requested resource (/gongqiu/goindex.action) is not available.解决方法
- MyEclipse在jsp文件设置了断点,F6单步调试,总出现_jspService页面,提示:Source not found for XXXX.jsp解决办法
- \nbproject\build-impl.xml:332: Preverification failed with error code 1. 异常
- websphere5.12 Error 503: Failed to load target servlet [action],该如何处理
- 资源文件(Resource File)和数据库(Database)哪个美
- 资源文件(Resource File)和数据库(Database)哪个好?该如何解决
- c#中,运作程序时,提示mysql.data load failed
- ASP.NET调用KindEditor下传图片提示The resource cannot be found异常
- 怎么将字符串得到控件id 的后续有关问题The name 'dd1' does not exist in the current context
- Parser Error Message: The file '/MasterPage.master' does not exist.解决办法
- 求匹配 [xxxx] 的正则表达式解决办法
- 未能找到任何适合于指定的区域性或非特定区域性的资源。请确保在编译时已将“xxxx.resources”正确嵌入或链接到程序集“xxx”解决方法
- 请教一下是不是在某一个页或者某程序集里用了Cache["xxxx"]=aaa之后 所有页都存在Cache["xxxx"]这个
- failed to render the page 水晶报表出错,该如何处理
- 存储过程中的 LIKE '%@XXXX%' 模糊搜索有关问题,请大家帮小弟我看看咋回事
- 卸载虚拟机是出现The Msi Failed,该怎么处理
- BB虚拟机报Debugger Attach Failed.解决方法
- 小弟我写一个二级菜单,总是出错rcomp failed
- 编译器告诉小弟我“*RCOMP failed - deleting output files” 请教咋回事
- 微软sapi 5.1运作例子 coffees0 报错!(SAPI failed to initialize , The application will now shut down)
- vxworks的网络通讯 muxdevload failed for device entry0 异常
- 异常:"Failed to create netty connection"
- ejbca ant bootstrap 构建失败(BUILD FAILED),该怎么处理
- failed to lazily initialize a collection of role有关问题的解决
- Servlet failed with Exception,java.lang.NullPointerException。求好手帮忙急
- SQLFetch failed: {error} STATE=22002, CODE=零, MSG=[DataDirect][ODBC Informix dri
- SQLFetch failed: {error} STATE=22002, CODE=0, MSG=[DataDirect][ODBC Informix dri解决方案
- 怎么将日期型数据转换成“XXXX/XX/XX”10字节的字符型数据
- 你认为left("XXXX" -1)应该返回什么?leftc("XXXX" -1)呢?该如何解决