Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 JBoss 4.2.3 上部署我的项目时,出现此错误 File not found: C:\Dev\workspace\MyProject\target\classes\META-INF\MANIFEST.MF。你对这个错误有什么想法吗?我该如何解决
您似乎正在您的应用程序中寻找此文件。由于路径是硬编码的并且仅在您的工作空间中有效,因此在部署应用程序时无法找到它。
因此,要解决此问题,请不要查找此文件。
这里有很多问题。
getClass().getResourceAsStream("META-INF/MANIFEST.MF")