您需要使用ProcessBuilder设置外壳程序调用。执行以下命令:
/bin/bash -l -c "The entire command line that you want to execute"

您需要使用ProcessBuilder设置外壳程序调用。执行以下命令:
/bin/bash -l -c "The entire command line that you want to execute"
上一篇 使用Achartengine是否可以使用多个堆叠的条形图?
下一篇 java.lang.NoClassDefFoundError:org / apache / xpath / XPathAPI