Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Process automatically exiting after starting in Process builder #36

Open
avigator003 opened this issue Jun 24, 2022 · 0 comments
Open

Comments

@avigator003
Copy link

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();

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant