Error while creating consolidated jar file - no manifiest section for signature file entry javax/mail/internet/ContentDisposition.class

前端 未结 4 1246
长情又很酷
长情又很酷 2020-12-18 09:48

I have some jar files into /libs/ and my project classes are located at /target/. To remove dependency on external folder. I want to make a consolidate jar file. Which conta

4条回答
  •  执笔经年
    2020-12-18 10:13

    I would suggest to unjar all your jar files into a lib folder and then jar together with your your source code, try it might work for you.

提交回复
热议问题