From: Tim.Clarke at manifest.co.uk (Tim Clarke) Date: Tue, 21 Feb 2006 15:57:09 -0000 Subject: [Pljava-dev] Java calling other jars Message-ID: <44D9FC40FD695B4E85F1C59965C27E0FAA4D58@man3> So those two get called first and my earlier attempts clouded the issue. Thanks for helping - glad it was a simple one ;-) Tim Clarke > -----Original Message----- > From: Thomas Hallgren [mailto:thomas at tada.se] > Sent: 21 February 2006 15:04 > To: Tim Clarke > Cc: pljava-dev at gborg.postgresql.org > Subject: Re: [Pljava-dev] Java calling other jars > > > Hi Tim, > It seems you have either a CLASSPATH environment variable or the > postgresql.conf variable 'pljava.classpath' setup so that the System > Classloader makes attempts to read the log4j-1.2.13.jar file. Please > make sure that: > > a). No CLASSPATH environment variable is visible to the > PostgreSQL backend. > b). the pljava.classpath *only* contains the full path to pljava.jar. > > Kind regards, > Thomas Hallgren