[Pljava-dev] PL/Java on Windows: could not access file "libpljava"

From: jmodisc at yahoo(dot)com (Mugoma Okomba)
To:
Subject: [Pljava-dev] PL/Java on Windows: could not access file "libpljava"
Date: 2005-05-07 14:19:03
Message-ID: 20050507141903.85485.qmail@web60623.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Sorry if this is the wrong list. I didn't see any other list I could seek help.

My environment is Windows XP wiht JDK 1.4.2 and PostgreSQL 8.0.1. C:\apps\javaUtils\pljava is on the PATH.

I am running this command:
C:\apps\javaUtils\pljava>java -cp .;C:\apps\javaUtils\pljava\deploy.jar;C:\apps\javaUtils\pljava\pljava.jar;C:\PostgreSQL\jdbc\postgresql-8.0.309.jdbc3.jar org.postgresql.pljava.deploy.Deployer -install -user postgres -database dbname

and keep getting this error:

java.sql.SQLException: ERROR: could not access file "libpljava": No such file or directory

at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1365)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1160)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:172)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:387)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:312)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:304)
at org.postgresql.pljava.deploy.Deployer.initJavaHandlers(Deployer.java:419)
at org.postgresql.pljava.deploy.Deployer.main(Deployer.java:275)


Please help.



---------------------------------
Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20050507/69bf2f36/attachment.html>

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Thomas Hallgren 2005-05-07 14:46:18 [Pljava-dev] Re: preload_libraries and pljava
Previous Message Marek Lewczuk 2005-05-07 12:37:56 [Pljava-dev] pljava and postgresql array