From: peter.henderson at starjar.com (Peter Henderson) Date: Thu, 28 Dec 2006 15:51:28 +0000 Subject: [Pljava-dev] Java SE 6 support Message-ID: <987621401.51167321160273.JavaMail.root@starjar01> Hi List. I've just tried to compile pljava with Sun's Java SE 6. Not a pretty sight. Seems there are a number of extra methods in JDBC Connection,Statement APIs which need coding. Has anyone already made any progress with this yet? I am wondering if it is even possible to support Java 6 and remain backwards compatible, as the latest API has functions which use generics. T unwrap(Class iface) No idea if it's possible to support this for older Java versions. Cheers Peter Henderson.