[Pljava-dev] Install Error

From: sfarley1 at gmu(dot)edu (sfarley1 at gmu(dot)edu)
To:
Subject: [Pljava-dev] Install Error
Date: 2010-02-03 15:12:18
Message-ID: 230598078-1265209815-cardhu_decombobulator_blackberry.rim.net-2130733305-@bda033.bisx.prod.on.blackberry
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

I'm trying to install pl/java on my laptop for Postgres. I originally tried it with 8.4, but reverted to 8.4 hoping it would fix the problem, but I am getting the same error. The error is:
ERROR: could not load library "D:/Program Files/PostgreSQL/8.3/lib/pljava.dll": The specified module could not be found

I have the following in poosgressql.conf file
custom_variable_classes = 'pljava'# list of custom variable class names
pljava.classpath='D:\\Program Files\\PostgreSQL\\8.3\\share\\pljava\\pljava.jar'
dynamic_library_path = 'D:\\Program Files\\PostgreSQL\\8.3\\lib\\postgresql'

My Path variable is:
%SSJHOME%\lib;%JAVA_HOME%\bin ;D:\Program Files\Java\jre6\bin;D:\Program Files\Java\jre6\bin\client;D:/Program Files/PostgreSQL/8.3/lib;

And my Classpath variable is:
.;%SSJHOME%\lib\ssj.jar;%SSJHOME%\lib\colt.jar;D:\Program Files\PostgreSQL\pgJDBC\postgresql-8.4-701.jdbc3.jar;D:\Program Files\PostgreSQL\8.3\share\pljava\deploy.jar

I'm using Windows 7 and have the java JDK 1.6 and jre 6 installed. Any ideas of how to resolve this?

Thank you,
Susan
Sent from my Verizon Wireless BlackBerry

Browse pljava-dev by date

  From Date Subject
Next Message Tim Clarke 2010-03-07 19:33:00 [Pljava-dev] Using JDBC in PL/Java 1.4.0: Statement.executeQuery() automatically closes the statement redux
Previous Message Diogo Biazus 2009-12-07 12:43:58 [Pljava-dev] Canceling row update in before trigger