Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by SeanGilhooly: http://wiki.apache.org/db-derby/DerbyWindowsService ------------------------------------------------------------------------------ 1. Create a file (it doesn't really matter where) called {{{derby.conf}}}. This file has a ".properties"-style format (key = value) to specify the configuration parameters. 1. Add a property {{{wrapper.java.command}}} to specify the java runtime to launch: {{{ - wrapper.java.command = C:/Program Files/Java/jkd1.6.0_02/bin/java.exe}}} + wrapper.java.command = C:/Program Files/Java/jdk1.6.0_02/bin/java.exe}}} 1. Derby works well with the Wrapper Start/Stop mechanism (option 2 of the JSW configuration reference). To enable this option add the property: {{{ wrapper.java.mainclass=org.tanukisoftware.wrapper.WrapperStartStopApp}}}