问题描述
- websphere 部署 java程序,Runtime.getRuntime().exec()
- 使用Runtime.getRuntime().exec(""cmd.exe /c start D:11.doc""); 命令,在tomcat下调试是正常的,可以打开word文档,但是部署到WebSphere上,不报错,任务管理器也有word进程,但是word文档没有打开;求解
解决方案
使用ProcessBuilder.inheritIO看看到底是输出什么错误
时间: 2024-11-08 19:56:20