正文Error: Unable to access xxx.jarIP云V管理员/2022-09-16/2 阅读 09/16提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 在cmd中运行java -jar xxx.jar出现如下错误:Error: Unable to access xxx.jar解决方法:使用绝对路径:java -jar D:\Program Files (x86)\xxx.jar此时依然报错:Error: Unable to access jarfile D:\Program添加双引号:java -jar "D:\Program Files (x86)\xxx.jar"