Compiling on JDK 6

From: Frank Spies <frankspies(at)gmx(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Compiling on JDK 6
Date: 2007-01-24 12:19:36
Message-ID: 1169641176.8550.4.camel@ubuntu.localdomain.intern
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi all,

i tried to compile the jdbc driver on jdk 6. That did not work, several
methods are not implemented. Is there a roadmap when this will be
implemented? It was quite easy to make the code compile, by just
throwing exceptions from all unimplemented methods. Shouldn't we do that
to at least have the possibility to compile under jdk 6?

Thanks, Frank

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2007-01-24 12:51:01 Re: Compiling on JDK 6
Previous Message Frank Spies 2007-01-24 11:51:15 Re: Applet Connectivity - PLEASE help