Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

file not found manifest.mf eclipse

I'm using the following configuration :

  • Eclipse Indigo
  • Maven 2
  • ClearCase (like SVN and CVS)

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.

like image 679
Adil Avatar asked Apr 27 '12 11:04

Adil


People also ask

Where is manifest MF in eclipse?

2 and it's on the fourth screen in this process: Right-click Project -> Export -> Java/JAR file, Next, JAR File Specification, Next, JAR Packaging Options, Next, JAR Manifest Specification. in it.


2 Answers

Right click on project then click on maven then do update project.It work for me.

like image 31
sitaram chhimpa Avatar answered Sep 28 '22 02:09

sitaram chhimpa


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

like image 155
user3302709 Avatar answered Sep 28 '22 02:09

user3302709