4

I am creating and executable of a java app with launch4j. How can i configure it to be loaded as a windows service?

With Jsmooth i can set the wrapper but i dont know if this can be done in launch4j

Jayan
  • 16,628
  • 12
  • 79
  • 131
Cesar
  • 1,581
  • 2
  • 13
  • 40

1 Answers1

0

In this comparison it looks like "Run as Windows Service" can't be done with launch4j: http://yajsw.sourceforge.net/#mozTocId284533

You can do it with other programs like: Java Service Wrapper, Apache Commons Daemon...

Danielle
  • 792
  • 7
  • 12