Re: Error installing pljava

From: Pushpendra Singh Thakur <thakur(at)corexprts(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Cc: Susan M Farley <sfarley1(at)gmu(dot)edu>
Subject: Re: Error installing pljava
Date: 2010-01-31 19:50:53
Message-ID: d6a413081001311150u5cc90f46o22baf69008200f3c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

try putting this in your environment variables ->path->D:/Program
Files/PostgreSQL/8.4/lib;
or the most ugly way, copy your pljava.dll in your windows system folder.

I am not familiar with Vista though, its just a common windows trick. hope
it will work.

On 31 January 2010 04:52, Susan M Farley <sfarley1(at)gmu(dot)edu> wrote:

> I'm trying to install pljava on my laptop. I'm running Windows Vista 64 and
> have PostgreSQL 8.4 installed. I download the latest jre and jdk from java
> and the lastest from pljava.For my Classpath I have the following added
> "D:\Program Files\PostgreSQL\pgJDBC\postgresql-8.4-701.jdbc4.jar;D:\Program
> Files\PostgreSQL\8.4\pljava\deploy.jar"
>
> and I have the following in my path variable
> "D:\Program Files\Java\jre6\bin;D:\Program Files\Java\jre6\bin\client"
>
> and in the postgres;.conf file I have
> "custom_variable_classes = 'pljava'
> pljava.classpath='D:\\Program Files\\PostgreSQL\\8.4\\pljava\\pljava.jar'"
>
> When I try to run the install sql script, I get the following error:
> "ERROR: could not load library "D:/Program
> Files/PostgreSQL/8.4/lib/pljava.dll": The specified module could not be
> found.
> SQL state: XX000" The file is in the lib directory. Any ideas?
>
> Thank you,
> Susan
>
> --
> Sent via pgsql-novice mailing list (pgsql-novice(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-novice
>

--
Pushpendra Singh Thakur

COREEXPERTS Technologies Private Limited
Business Process Automation & IT Support Services
http://www.corexprts.com
Phone - 91-761-4070036
Fax - 91-761-4010530
SMS - 91-799-66554

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message bill house 2010-01-31 21:03:19 variable substitution in SQL commands
Previous Message Sean Davis 2010-01-31 19:46:40 Re: Novice to postgres