我用eclipse写的程序,程序在一个包中有好几个源文件,用Fat jar打成的jar包,用exe4j编译成的exe文件,可在运行.exe文件时就产生如下内容的一个error.txt文件,可运行jar文件的时候好象就不产生这个文件。error.txt文件内容如下:
2009-4-9 15:15:30 java.util.jar.Attributes read
警告: Duplicate name in Manifest: Comment.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
2009-4-9 15:15:31 java.util.jar.Attributes read
警告: Duplicate name in Manifest: Specification-Title.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
2009-4-9 15:15:31 java.util.jar.Attributes read
警告: Duplicate name in Manifest: Specification-Vendor.
Ensure that the manifest does not have duplicate entries, and
that blank lines separate individual sections in both your
manifest and in the META-INF/MANIFEST.MF entry in the jar file.
这是怎么回事?