Invalid signature file digest for Manifest main attributes exception while trying to run jar file

前端 未结 6 603
-上瘾入骨i
-上瘾入骨i 2020-12-01 07:07

I am trying to run the jar file of my project. I am working on intelliJ and have use artifacts to generate the jar file. But everytime i am trying to run my jar file its giv

6条回答
  •  生来不讨喜
    2020-12-01 07:45

    Instead of deleting the META-INF file, I changed the method in the Artifact definition. I deleted the "Extracted" library from the Artifact and added it again as "Put into Output Root".

    This way the library will be incorporated without any changes in the new jar file, which I assume is the objective of signing the library...

    By the way, I am also using the sqljdbc.jar.

提交回复
热议问题