tags:

views:

714

answers:

2

DUPE: http://stackoverflow.com/questions/68113/how-to-create-a-windows-service-from-java-app

I have developed a Java jar application which processes input file and converts into csv file. Now my requirement is to run that jar application fom windows service. I have no idea of how to do that.

How can I make a Java application into a Windows service?

A: 

There is a good wrapper for doing this here: http://dn.codegear.com/article/32068

Geoffrey Chetwood
A: 

Can anyone tell me the steps how to do that in Java Service Wrapper?. I have my jar application(GP.jar and other dependent API jars) and installed wrapper-windows-x86-32-3.3.2. What should i do now?

raja
This is not an answer. This is a comment.
Geoffrey Chetwood
Also, the article I linked tells you all the steps you need. Did you read it?
Geoffrey Chetwood