[Pljava-dev] Error executing : sqlj.install_jar on windows XP Pro

From: contact at synthesegraphique(dot)com ( Synthèse Graphique )
To:
Subject: [Pljava-dev] Error executing : sqlj.install_jar on windows XP Pro
Date: 2006-02-12 18:24:35
Message-ID: b1a92f8c939d8cca42e4fc6a0e8ed672@synthesegraphique.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Ok, so :

> - The 'dynamic_library_path' configuration variable in your
> postgresql.conf includes the location of the pljava.dll.
this point is ok : dynamic_library_path = '$libdir;c:\\pljava'
> - The 'pljava.classpath' configuration variable in your
> postgresql.conf is the full path of the pljava.jar.
this point is ok : pljava.classpath = 'c:\\pljava\\pljava.jar'
> - The appointed dll and jar must stem from the same PL/Java
> installation.
they are from the same downloaded file
> - You should *not* have a CLASSPATH setting that is visible to the
> backend (i.e. no CLASSPATH system environment setting).
OK, deleted
> - Your PATH setting must include the bin and bin/client of the JRE
> installation (so your present setting is correct in that respect).
I think its ok like : PATH =
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:
\Program Files\ATI Technologies\ATI Control Panel;C:\Program
Files\ZipGenius 6\;c:\pljava;C:\Program
Files\Java\jre1.5.0_06\bin\client;C:\Program
Files\Java\jre1.5.0_06\bin;C:\Program Files\Java\jre1.5.0_06\lib\i386

I dont know how to set de CLASSPATH on windows plateform as required in
PL/Java Readme.

Should I open a dos window and enter :
set classpath=c:\pljava

Olivier Peaucelle

Le 12 f?vr. 06, ? 19:05, Thomas Hallgren a ?crit :

> Sorry, libpljava.dll is the one I meant. Not pljava.dll. It's part of
> the PL/Java distribution. Somehow, that file is from another PL/Java
> distribution then the pljava.jar file that is used.
>
> - thomas

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Thomas Hallgren 2006-02-12 18:42:07 [Pljava-dev] Error executing : sqlj.install_jar on windows XP Pro
Previous Message Thomas Hallgren 2006-02-12 18:05:59 [Pljava-dev] Error executing : sqlj.install_jar on windows XP Pro