Maven shade jar throw exception

后端 未结 3 818
小鲜肉
小鲜肉 2020-12-06 02:02

I have the following Exception:

Exception in thread \"main\" java.lang.SecurityException: no manifiest section for signature file entry javax

3条回答
  •  感情败类
    2020-12-06 02:46

    The problem is because of java version. I didn't notice that my new ide automatically use ibm's java, when I change the jre to sun's java ,it works well:)

提交回复
热议问题