You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed JavaProcessBuilder to return a native ProcessBuilder instead of
a Process directly. This has the advantage that ProcessBuilder
functionality does not need to be duplicated and that programs using
never Java versions get the full feature set.
* Process killing now has to be done seperately using ProcessKiller
0 commit comments