You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Andrew McIntyre <fu...@sbcglobal.net> on 2005/05/10 10:22:38 UTC

Re: Updated snapshot jars

On Apr 30, 2005, at 10:19 AM, Dan Scott wrote:

> One quick observation:
>
> setNetworkServerCP.bat sets the CLASSPATH to point to the derby.jar,
> etc. files in DERBY_INSTALL/lib/ -- however, in the ZIP file the jar
> files are in the root directory. I had to modify setNetworkSetCP.bat
> accordingly to get the CLASSPATH set up correctly.
>
> At a minimum, either the batch file should be updated, or the zip file
> should be placed entirely within a /lib/  directory (which is kind of
> a generic name.)

Hi Dan,

Thanks for the feedback. In the future, I'll put the jars into a lib 
directory so the scripts find the files in the expected path, and put 
the entire contents into a subdirectory so that the files aren't 
extracted into the current directory when unpacking the achive.

andrew