From: thhal at mailblocks.com (Thomas Hallgren) Date: Sun, 11 Sep 2005 21:51:11 +0200 Subject: [Pljava-dev] Re: Newbie: unable to get pl/JAVA running In-Reply-To: <20050911182927.B04CD3B285F@gborg.postgresql.org> References: <20050911182927.B04CD3B285F@gborg.postgresql.org> Message-ID: <43248AAF.3090306@mailblocks.com> Mark J Camilleri wrote: > Additionally, given that I am installing pljava on Windows I have also > updated the PATH system variable with ?C:\Program > Files\JAVA\jre1.5.0_04\lib\i386? > The PATH setting doesn't look correct. On windows all the binary stuff is under \bin\client and \bin. So instead of your addition, try adding 'C:\Program Files\JAVA\jre1.5.0_04\bin\client;C:\Program Files\JAVA\jre1.5.0_04\bin' Regards, Thomas Hallgren