Start/Stop services using JNA
问题 I am writing a utility to start and stop windows services. The program will be distributed across many computers with differing levels of user privileges so I don't want to use the command line. I've tried using JNA, import com.sun.jna.platform.win32.W32Service; import com.sun.jna.platform.win32.W32ServiceManager; import com.sun.jna.platform.win32.Winsvc; /** * * @author */ public class WindowsServices { /** * @param args the command line arguments */ public static void main(String[] args) {