码迷,mamicode.com
首页 > 其他好文 > 详细

常见问题—打包压缩问题

时间:2018-05-30 11:04:20      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:tput   one   文件目录   win   IV   拒绝   ref   text   except   

1、问题描述:

java 打包异常:ZIP file must have at least one entry

解决方案:

         压缩的时候路径问题

 

2、问题描述:在使用FileInputStream时,读取文件的时候

    java.io.FileNotFoundException: .\xx\xx (拒绝访问。)

    at java.io.FileOutputStream.open(Native Method)

    at java.io.FileOutputStream.<init>(Unknown Source)

    at java.io.FileOutputStream.<init>(Unknown Source)

    at com.yaohong.test.InputStreamTest.fileInputStream(InputStreamTest.java:13)

    at com.yaohong.test.InputStreamTest.main(InputStreamTest.java:27)

解决方案:

  访问了一个文件目录,而不是文件

java 打包异常:ZIP file must have at least one entry

常见问题—打包压缩问题

标签:tput   one   文件目录   win   IV   拒绝   ref   text   except   

原文地址:https://www.cnblogs.com/zjiacun/p/9109376.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!