From: contact at synthesegraphique.com (=?ISO-8859-1?Q?Synth=E8se_Graphique?=) Date: Sun, 12 Feb 2006 19:24:35 +0100 Subject: [Pljava-dev] Error executing : sqlj.install_jar on windows XP Pro In-Reply-To: <43EF7907.9090204@tada.se> References: <9bd07b0a0154ed920dae4ba18abaf40f@synthesegraphique.com> <43EF36CC.7010909@tada.se> <425a4ad8f6de78b3097fb0b8c5d87e3a@synthesegraphique.com> <43EF4053.6040001@tada.se> <43EF7907.9090204@tada.se> Message-ID: 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