| From: | thhal at mailblocks(dot)com (Thomas Hallgren) |
|---|---|
| To: | |
| Subject: | [Pljava-dev] Install ERROR: could not load library |
| Date: | 2005-09-20 10:13:23 |
| Message-ID: | thhal-0RnkLBO8/8bQmWu7Bw17Wkfzgw1wohm@mailblocks.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pljava-dev |
Does the PATH that the PostgreSQL backend use include <jre>/bin/client
and <jre>/bin ?
<jre> in your case is probably something like "C:\Program
Files\Java\jdk1.5.0_04\jre"
Regards,
Thomas Hallgren
Maurizio Merli wrote:
>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????
>
>_______________________________________________
>Pljava-dev mailing list
>Pljava-dev at gborg.postgresql.org
>http://gborg.postgresql.org/mailman/listinfo/pljava-dev
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Maurizio Merli | 2005-09-21 08:05:18 | [Pljava-dev] How to Compile PL/Java |
| Previous Message | Maurizio Merli | 2005-09-20 10:05:49 | [Pljava-dev] Install ERROR: could not load library |