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

Synthèse Graphique contact at synthesegraphique.com
Sun Feb 12 18:24:35 UTC 2006


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



More information about the Pljava-dev mailing list