当前位置: 代码迷 >> J2SE >> Duplicate name in Manifest (程序打包运行提示警告),该如何处理
  详细解决方案

Duplicate name in Manifest (程序打包运行提示警告),该如何处理

热度:615   发布时间:2016-04-24 14:44:23.0
Duplicate name in Manifest (程序打包运行提示警告)
警告:   Duplicate   name   in   Manifest:   Implementation-Version
007-6-28   15:36:30   java.util.jar.Attributes   read
警告:   Duplicate   name   in   Manifest:   Implementation-Vendor
007-6-28   15:36:30   java.util.jar.Attributes   read
警告:   Duplicate   name   in   Manifest:   Implementation-URL
007-6-28   15:36:30   java.util.jar.Attributes   read
警告:   Duplicate   name   in   Manifest:   Comment
007-6-28   15:36:30   java.util.jar.Attributes   read
警告:   Duplicate   name   in   Manifest:   Specification-Title
007-6-28   15:36:30   java.util.jar.Attributes   read
警告:   Duplicate   name   in   Manifest:   Specification-Version
007-6-28   15:36:30   java.util.jar.Attributes   read
警告:   Duplicate   name   in   Manifest:   Specification-Vendor
007-6-28   15:36:30   java.util.jar.Attributes   read
警告:   Duplicate   name   in   Manifest:   Implementation-Title
007-6-28   15:36:30   java.util.jar.Attributes   read
警告:   Duplicate   name   in   Manifest:   Implementation-Version
007-6-28   15:36:30   java.util.jar.Attributes   read
警告:   Duplicate   name   in   Manifest:   Implementation-Vendor
007-6-28   15:36:30   java.util.jar.Attributes   read
警告:   Duplicate   name   in   Manifest:   Implementation-URL


我用的是Eclips   fat   打的jar   包,MANIFEST.MF   文件中没有定义主类的路径?请问如何解决?


------解决方案--------------------
帮你顶,等高手
------解决方案--------------------
则们会没人会呢?真搞不懂,csdn的高手都哪里去了?
------解决方案--------------------
修改 manifest.mf 文件
加一行
main-class: abc.def.Gih
  相关解决方案