解决Failed to get nested archive for entry BOOT-INF/lib/bcprov-jdk15on-1.47.jar

Exception in thread "main" java.lang.IllegalStateException: Failed to get nested archive for entry BOOT-INF/lib/bcprov-jdk15on-1.47.jar

Caused by: java.io.IOException: Unable to open nested jar file 'BOOT-INF/lib/bcprov-jdk15on-1.47.jar'

Caused by: java.lang.IndexOutOfBoundsException

 

解决方法:

在idea中运行可以,打成jar运行就报错。我解决的方法是:http://www.yayihouse.com/yayishuwu/chapter/1672

你可能感兴趣的:(解决Failed to get nested archive for entry BOOT-INF/lib/bcprov-jdk15on-1.47.jar)