无法在 Jdev Mac 中读取文件

问题描述

我无法在 macos 上使用 jdeveloper ide 通过 java 代码读取文件。 文件存在并且文件的权限是777,但仍然提示错误。

java.io.FileNotFoundException: /Users/sourabh/Desktop/mytest3.zip (Operation not permitted)
    at java.io.FileInputStream.open0(Native Method)
    at java.io.FileInputStream.open(FileInputStream.java:195)
    at java.io.FileInputStream.<init>(FileInputStream.java:138)

有人可以帮忙吗。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)