Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 jar 文件有问题,应该创建一个 excel 文件。当我从 NetBeans 运行我的应用程序时,它工作正常,但是当我运行一个 jar 文件时,它没有显示任何异常(我捕获所有异常),它只是没有创建 excel 文件。路径不是问题,我在 root 上创建了我的 excel 文件。
有谁知道可能是什么?
您应该检查对文件夹的访问权限。当您以管理员身份启动它时,您可以在 Netbeans 下创建 excel 文档,但 Java (JRE) 是否对该文件夹具有相同的权限?特别是在Linux下。
要在命令行之前尝试 sudo,或者如果您在 Windows 下,请尝试以管理员身份启动控制台。