关于javafx下打开postman无法正常关闭postman的问题为什么用javafx程序打开的postman软件在关闭postman的时候,无响应,而直接手动在快捷方式打开的postman能够正常关闭都是同一个postman try { // 设置postmanPath路径 String postmanPath = SystemConstant.POSTMAN_PATH; System.out.println(postmanPath); ProcessBuilder pb = new ProcessBuilder(postmanPath); Process p = p