After investigation, I have found out that, it works with 64-bit 1.0.7 or older versions of prunsrv.exe. The difference between 1.0.7 and 1.0.8 output for "net stop <serviceName>" is as follows:
(1.0.7 or older) C:\Users\Administrator>net stop <serivceName> <serviceDesc> service is stopping.... <serviceDesc> service could not be stopped. (1.0.8 or newer) C:\Users\Administrator>net stop <serivceName> <serviceDesc> service was stopped successfully. So, I have switched back to 1.0.7 version from 1.0.15 version thanks. -- View this message in context: http://apache-commons.680414.n4.nabble.com/Service-could-not-be-stopped-in-OpenJdk-tp4669639p4670027.html Sent from the Commons - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
