[Pljava-dev] JNI_CreateJavaVM

From: lyle at lcrcomputer(dot)net (Lyle Giese)
To:
Subject: [Pljava-dev] JNI_CreateJavaVM
Date: 2006-09-18 14:02:43
Message-ID: 450EA703.5080106@lcrcomputer.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

I am trying to install Compiere w/Postgres on a SuSE 9.2 computer. All
was going well until I got to the line:

java -cp
/home/postgres/product/8.1/jlib/deploy.jar:/home/postgres/product/8.1/jdbc/lib/postgresql-8.1-407.jdbc3.jar
org.postgresql.pljava.deploy.Deployer -install -user compiere -database
cptst01

It errors out with:
org.postgresql.java.PSQLException: ERROR: could not load library
"/usr/local/pgsql/lib/pljava.so": /usr/local/pgsql/lib/pljava.so:
undefined symbol: JNI_CreateJavaVM

I looked in the build tree for pljava1.3.0 and in pljava.so it shows:

U JNI_CreateJavaVM

So I assume that this means this function is not implemented or not found.

I get no errors when running make on pljava(I can post the make log, but
there are no errors, warning etc.). I am doing this on SuSE 9.2 with
java 1.4.2-sun with devel & source libraries loaded from CD.

So what silly little thing did I miss?

Thanks,
Lyle Giese

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Thomas Hallgren 2006-09-18 16:06:04 [Pljava-dev] JNI_CreateJavaVM
Previous Message Markus Schaber 2006-09-15 14:42:45 [Pljava-dev] Best way to pass intermediate state