Run java application as windows service (using jsl) - get error when installing
问题 Get a problem when installing java application as service in windows environment(Win 7). use jsl http://jslwin.sourceforge.net/ to launch application when installing with jsl -install error message : OpenScManager failed - Access is denied. <0x5> but application run when jsl -run , i already log in as administrate but java application not install as service (not shows up in the service.msc), any help? 回答1: You probably need to use 'run-as-administrator'. Even if logged in as administrator