Re: derby.jar Classpath

2012-07-17 Thread Tim Watts
On Tue, 2012-07-17 at 05:56 -0700, Rick Hillegas wrote: > On 7/17/12 3:23 AM, Peter Davis wrote: > > Hi > > > > I've been using derby db for a while now and have until now been > > willing to work around a problem with classpath. It appears that I > > have to explicitly place derby.jar on the cl

Re: derby.jar Classpath

2012-07-17 Thread Rick Hillegas
On 7/17/12 3:23 AM, Peter Davis wrote: Hi I've been using derby db for a while now and have until now been willing to work around a problem with classpath. It appears that I have to explicitly place derby.jar on the class path using one of the standard mechanisms. e.g. -cp or in the manifes

derby.jar Classpath

2012-07-17 Thread Peter Davis
Hi I've been using derby db for a while now and have until now been willing to work around a problem with classpath. It appears that I have to explicitly place derby.jar on the class path using one of the standard mechanisms. e.g. -cp or in the manifest of the running jar. Unfortunately my appl