Create Installer for Java Application Which run as Windows Service -


i have requirement create installer java application. application should serve native windows service. have seen following projects can used execute java application windows service.

  1. java service wrapper

  2. yajsw ....

issue: have deploy service on more 20 systems (can increased passage of time). think enough create installer , distribute installer file.

so how can create installer file java application run windows service ?

this example, using built-in support java advanced installer.

advanced installer generate @ end msi install application, wrapper exe can run , install win32 service. along contains many other options handy, automatic updater, etc...


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

python 3.5 - Pyqtgraph string in x tick -