运行jar 提示 Failed to load Main-Class manifest attribute from


 原因描述:MANIFEST.MF文件中的Main-Class配置不正确或格式不正确

 

 检查方式:以WinRarR的方式打开jar包,如图所示, 

 运行jar 提示 Failed to load Main-Class manifest attribute from

 点击进入箭头所指的META-INF文件夹

 运行jar 提示 Failed to load Main-Class manifest attribute from

  将MANIFEST.MF拷贝出来进行编辑

 

  编辑内容,示例如下:

  运行jar 提示 Failed to load Main-Class manifest attribute from

  注意好以上三个方面就应该没什么问题了

 

  将编译好的MANIFEST.MF文件依然以WinRaR的打开方式覆盖已有的,或添加到META-INF文件夹目录下,

  完事...

 

 

你可能感兴趣的:(TO,jar,Manifest,load,load,failed,failed,attribute,from,Main-Class,Main-Class)