From: | Susan M Farley <sfarley1(at)gmu(dot)edu> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Error installing pljava |
Date: | 2010-02-06 21:25:54 |
Message-ID: | f6c2f4e4a9c7.4b6d9812@gmu.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I'm trying to install pljava on my laptop. I'm running Windows 7 Professional 64 bit and have PostgreSQL 8.4 installed. I download the jre 6 and jdk 1.5 and 1.6 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;D:\Program Files\PostgreSQL\8.4\lib;"
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
From | Date | Subject | |
---|---|---|---|
Next Message | Gaëtan Allart | 2010-02-06 22:49:24 | SELECT DISTINCT triggers sorting operation |
Previous Message | Jasen Betts | 2010-02-06 21:18:05 | Re: add column specify position |