How can we start/stop a Windows Service from Java? For example, I would like to start and stop the mysql Windows Service from Java.
If start/stop is possible, then i
Did you try JNA? It has some good api to do this.
JNA is very active in SO - you could come back here with specific questions.