I have a Java class (Java Application) and am running it as Windows service using the Java Service Wrapper.
Service s1 is already running as window service in my system. Can i install the same service and make it to run as duplicate. If yes, please suggest me a way to run a duplicate service.
Just the way you created your original service. You can give different services running same application(in this case your java application) same names also. But its advisable to give different names eg : XXXservice1 , XXXservice2 etc.