简体   繁体   English

找不到文件异常,访问被拒绝

[英]File not found exception, access is denied

I'm trying to run a program in windows 7 environment. 我正在尝试在Windows 7环境中运行程序。 It is giving me this error, 这给了我这个错误,

Exception unloading sessions to persistent storage java.io.FileNotFoundException: C:\\Program Files\\dir... 将会话卸载到持久性存储java.io.FileNotFoundException的异常:C:\\ Program Files \\ dir ...

How do i give permissions in windows 7 for the directory dir? 如何在Windows 7中授予目录dir的权限?

Windows prevents applications from writing to the "Program Files" directory as a matter of policy. Windows会根据政策阻止应用程序写入“ Program Files”目录。 Choose a different location to store your files. 选择其他位置来存储文件。

If this error is being generated by the Java framework itself, upgrade it. 如果Java框架本身生成了此错误,请对其进行升级。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM