[Pljava-dev] Install ERROR: could not load library

From: maurizio(dot)merli at libero(dot)it (Maurizio Merli)
To:
Subject: [Pljava-dev] Install ERROR: could not load library
Date: 2005-09-20 10:05:49
Message-ID: AEE1CLUSTERpWd7KKQp00000018@aeemail.epress.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

I try to install PLJava with

WindowsXP
PostgreSQL 8.1 beta2

I have modified postgresql.conf


dynamic_library_path = '$libdir;C:\\Program Files\\PLJava'
...
custom_variable_classes = 'pljava'
pljava.classpath = 'C:\\Program Files\\PLJava\\pljava.jar'
...

And I add to my "path" environment the folder

C:\Program Files\PLJava

But i have always this error when I run

java -cp deploy.jar;..\PostgreSQL\8.0\jdbc\postgresql-8.0-311.jdbc3.jar org.postgresql.pljava.deploy.Deployer -install -user
postgres -password postgres -database TEST

org.postgresql.util.PSQLException: ERROR: could not load library "C:/Program Files/PLJava/libpljava.dll": The specified procedure
could not be found.

What i missing????

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Thomas Hallgren 2005-09-20 10:13:23 [Pljava-dev] Install ERROR: could not load library
Previous Message Thomas Hallgren 2005-09-12 16:55:35 [Pljava-dev] Re: Newbie: unable to get pl/JAVA running