[Pljava-dev] plJava installation problems in Windows 7

From: rath(dot)swaroop at gmail(dot)com (swaroop)
To:
Subject: [Pljava-dev] plJava installation problems in Windows 7
Date: 2010-06-17 15:19:22
Message-ID: AANLkTil_Ss8GFeZyvzebX-uvYfzZB1fKnHhEeCrzsVep@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hi

I installed postgresql on windows 7 usign the standard installer. The
document at "http://wiki.tada.se/index.php/Windows_Installation" says that
pljava will be automatically installed.

I doubt if it was installed. I tried running install.sql script
in C:\Project\Postgre_installer\share\pljava. The following sql fails with
the error "ERROR: could not load library
"C:/Project/Postgre_installer/lib/pljava.dll": The specified module could
not be found."

I made sure that jvm.dll is on my path.I am using jdk1.6. "C:\"Program Files
(x86)"\Java\jdk1.6.0_11\jre" Please help me here. I have been trying a lot
of workarounds but nothing seems to work.

CREATE FUNCTION sqlj.java_call_handler()
RETURNS language_handler AS 'pljava'
LANGUAGE C;

Regards
Swaroop
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20100617/fb5a3d94/attachment.html>

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Roberts, Jon 2010-06-17 15:30:22 [Pljava-dev] plJava installation problems in Windows 7
Previous Message Syed Muhammad Mansoor 2010-06-16 23:52:45 [Pljava-dev] please help - java.lang.ClassNotFoundException: org.postgresql.Driver