码迷,mamicode.com
首页 > 编程语言 > 详细

java.io.FileNotFoundException: (系统找不到指定的路径。)

时间:2019-04-30 21:36:24      阅读:477      评论:0      收藏:0      [点我收藏+]

标签:cep   错误   res   pre   ini   eth   method   sources   nat   

报错 :java.io.FileNotFoundException: (系统找不到指定的路径。)

java.io.FileNotFoundException: E:\code\operem_demo\src\main\resources\static\upload\zip\841195824A88E198C82A9ABB8023522D.zip (系统找不到指定的路径。)
    at java.io.FileOutputStream.open0(Native Method)
    at java.io.FileOutputStream.open(FileOutputStream.java:270)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:162)

错误分析 路径不存在,所以报错

解决方法 : 检查路径,文件是否存在,如果不存在是否创建。

java.io.FileNotFoundException: (系统找不到指定的路径。)

标签:cep   错误   res   pre   ini   eth   method   sources   nat   

原文地址:https://www.cnblogs.com/lick468/p/10798011.html

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