报错: java.io.FileNotFoundException: This file can not be opened as a file descriptor; it is probably compressed

原代码报错地方是:

java.io.FileNotFoundException: This file can not be opened as a file descriptor; it is probably ...

红箭头是报错的地方,修改异常处理的办法如下:

java.io.FileNotFoundException: This file can not be opened as a file descriptor; it is probably ...

最后运行项目无异常了

 

 

相关文章: