is it possible to run a java program as window service is anyone done that successfully ,?
I'm trying to create LDAP application using java, want to run a java application as a window service, java is good choice or not, if any of you guys done any simple window service using java means ,can you please share the steps, thanks!
Yes. There are a number of frameworks available. I would recommend commons-daemon, which I have been using for a long time. It is well documented, so just follow the instructions to get it up and running.