agora inbox for pljava-dev@postgresql.org
help / color / mirror / Atom feedSubject: [Pljava-dev] libpljava.dll
Date: Wed, 06 Apr 2005 22:33:09 +0200
Message-ID: <42544785.8080007@mailblocks.com> (raw)
In-Reply-To: <003501c53ae6$91f29350$3f00a8c0@camilo>
References: <003501c53ae6$91f29350$3f00a8c0@camilo>
Camilo,
>pljava.classpath = 'C:/Archivos de
>programa/PostgreSQL/8.0/pljava/pljava.jar'
>
>dynamic_library_path = '$libdir;C:/Archivos de
>programa/PostgreSQL/8.0/pljava/'
>
>
You need to use backslash on Windows and since backslash is also the
escape in postgresql.conf, you need double backslash. This is true for
both the dynamic_library_path and pljava.classpath. Try this:
pljava.classpath = 'C:\\Archivos de programa\\PostgreSQL\\8.0\\pljava\\pljava.jar'
dynamic_library_path = '$libdir;C:\\Archivos de programa\\PostgreSQL\\8.0\\pljava'
Regards,
Thomas Hallgren
view thread (4+ messages) latest in thread
Message-ID: <42544785.8080007@mailblocks.com>
Permalink: ../42544785.8080007@mailblocks.com/
Also on: postgresql.org/message-id/42544785.8080007@mailblocks.com
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pljava-dev@postgresql.org
Subject: Re: [Pljava-dev] libpljava.dll
In-Reply-To: <42544785.8080007@mailblocks.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox