找不到文件manifest.mf eclipse [英] file not found manifest.mf eclipse

查看:335
本文介绍了找不到文件manifest.mf eclipse的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用以下配置:

  • Eclipse Indigo
  • Maven 2
  • ClearCase(例如SVN和CVS)

每次我想在eclipse中运行应用程序时,都会出现一个弹出窗口,告诉我发生了问题:找不到文件:... \ target \ classes \ META-INF \ MANIFEST.MF .

and every time I want to run an application within eclipse a popup appears telling me that a Problem has occured : File not found : ...\target\classes\META-INF\MANIFEST.MF.

推荐答案

转到项目的根目录.无论Pom位于何处,都可以尝试

Go to the root of the project. Wherever the pom is located then try to do a

 mvn eclipse:clean 

然后刷新您的项目,看看会留下什么

Then refresh your projects and see where that leaves you

这篇关于找不到文件manifest.mf eclipse的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆