what is java.io.IOException: invalid header field?

后端 未结 5 753
隐瞒了意图╮
隐瞒了意图╮ 2021-01-18 04:14

When i try to run the following command :

jar cvfm myjar.jar manifest.txt *.class

I get the following exceptions :

java.io.         


        
5条回答
  •  清歌不尽
    2021-01-18 04:34

    I'm guessing that there's a problem with your manifest file. Give it a look to see if you've got a typo in the name of a header variable.

提交回复
热议问题