How to start/stop/restart a java desktop application from remote machine
Hi,
I want to know is there a way in java where i can start/stop/restart a java desktop application running on a remote machine through another java desktop application?
For e.g i have an Admin console which monitors its clients based on socket communication, all of them are java desktop applications. I want to also give start/stop remote clients through my Admin console.
I am thinking in terms of windows system service which can start/restart/stop my clients on request of Admin console, but how can i call this system service remotely?
How can i do it?