David W. Van Couvering wrote: > Solving the classpath issue would be a great win. Not only could we fix > ij this way, we could provide guidance to users so they can set up an > executable application jar that includes derby.jar so that Derby > application users also don't have to deal with classpath.
Right we've made progress in this area already, derbynet.jar automatically includes derby.jar (from 10.1) and now derby.jar automatically includes the locale files. So this does work > java -jar jars/sane/derbynet.jar start Server is ready to accept connections on port 1527. Dan.
