Hello, I am trying to make a way to manage instances of an .EXE software remotely, I need to run and close this application, I am trying to use JShell to manage all instances that are running so that at any time I can close them, run new ones instances or even terminate those that are running ...
but when I run it directly from the .exe executable, it works well, when I run it through JShell it doesn't work well ...
see the screenshots below:
(running directly from the executable)
(running through JShell)
am i doing something wrong?
but when I run it directly from the .exe executable, it works well, when I run it through JShell it doesn't work well ...
see the screenshots below:
(running directly from the executable)
(running through JShell)
am i doing something wrong?