Java and Windows services (how to start / stop)

View: New views
1 Messages — Rating Filter:   Alert me  

Java and Windows services (how to start / stop)

by CheapLisa :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I can start/stop a windows service by
DOS>net start "name of service"

or stop
DOS>net start "name of service"

How do I do this programatically from a Java program?

I have google'd and nothing comes up.  I want to be able to start/stop services from windows.  I there a lib out there that does that?

thanks


Lisa