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
{{ message }}
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
I am trying to have the multiprocessing functionality . When I try to run a browser or any exe-based command, that process automatically exits whereas my java jar is running and only exits when I close them. Below is my sample code using
process = processbuilder.start(launchCommand); CompletableFuture<Process> onProcessExit = process.onExit(); onProcessExit.then(ph -> functiontocallAfterClose();
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to have the multiprocessing functionality . When I try to run a browser or any exe-based command, that process automatically exits whereas my java jar is running and only exits when I close them. Below is my sample code using
process = processbuilder.start(launchCommand); CompletableFuture<Process> onProcessExit = process.onExit(); onProcessExit.then(ph -> functiontocallAfterClose();
The text was updated successfully, but these errors were encountered: