Re: PostgreSQL and Java on WindowsXP

From: "josep porres" <jmporres(at)gmail(dot)com>
To: Vismaster46 <vismaster46(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL and Java on WindowsXP
Date: 2008-03-31 07:19:20
Message-ID: d2d532610803310019h6e39695fw32038e6debd4b8a8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

maybe you don't need PL/Java...

You are trying to connect using JDBC, right?
Take a look at http://jdbc.postgresql.org/doc.html
Which errors do you get?
Is the server listening on standard port?

anyway, you have to provide more information.

Josep

2008/3/30, Vismaster46 <vismaster46(at)gmail(dot)com>:
>
> Hello!
>
> I need to install on my local Windows XP machine PostgreSQL to test
> some Java applications.
>
> The trouble is that I cannot connect to PostgreSQL via Java
> application, because the connection fails every time...what's the
> problem? I have not installed PL/Java package cause my Postgre
> installer disabled this option...it is the matter???
>
> Thank you in advance.
>
> Bye!
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ivan Sergio Borgonovo 2008-03-31 07:28:33 Re: shortcut for select * where id in (arrayvar)
Previous Message Albe Laurenz 2008-03-31 07:15:49 Re: PostgreSQL and Java on WindowsXP