在Mac上的python中执行jar执行失败

时间:2018-12-15 12:28:16

标签: python macos jar

我正在使用subprocess.run方法从python脚本执行jar文件。此命令在Windows上有效,但在Mac上不可用。任何帮助,将不胜感激。

subprocess.run(['java', '-jar', 'rmc-2.7.6.jar', '-s', 'KeyPathDetection.rebeca', '-p', 'KeyPathDetection.property', '-x'], check=True,
               stderr=PIPE, stdout=PIPE, shell=True)

0 个答案:

没有答案