I use Apache Common Daemon to install a java application as a windows service. The problem is i have a java properties file to setup few parameters and i don't know how to describe the location of the property file in the command line. My installation of the service is like
prunsrv //IS//TestService --DisplayName="Test Service" --Install=prunsrv.exe --Jvm=auto --StartMode=jvm --StopMode=jvm --StartClass=org.apache.SomeStartClass. Andreas