Closed seclerp closed 2 years ago
Runtime.exec() doesn't work properly with JDK 11 on Mac OS X (bug)
Runtime.exec()
Need to use another method, for example, OSProcessHandler.startNotify() + listener.
OSProcessHandler.startNotify()
Runtime.exec()
doesn't work properly with JDK 11 on Mac OS X (bug)Need to use another method, for example,
OSProcessHandler.startNotify()
+ listener.