Date: Sun, 14 Oct 2007 13:43:56 -0700 From: Greg Lewis <glewis@eyesbeyond.com> To: Matthew Seaman <m.seaman@infracaninophile.co.uk> Cc: freebsd-java@freebsd.org Subject: Re: mysql-connector-java-5.1.5 Message-ID: <20071014204356.GA2519@misty.eyesbeyond.com> In-Reply-To: <471270B5.7010901@infracaninophile.co.uk> References: <47122E46.2080203@infracaninophile.co.uk> <20071014174501.GA1303@misty.eyesbeyond.com> <471270B5.7010901@infracaninophile.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 14, 2007 at 08:40:37PM +0100, Matthew Seaman wrote: > Greg Lewis wrote: > > > What errors do you get compiling the JDBC 3.0 version with jdk16? Is it > > source incompatibility or is it incompatibilities in the JDBC classes > > between jdk15 and jdk16? > > > It's mostly along the lines of: > > foo is not abstract and does not override abstract method bar() > > Build log attached. Thanks. So the problem is incompatibility between the JDBC classes. Which you sort of expect with a major version bump. I was hoping '-source 1.5' would fix it, but not in this case. Ouch. That leaves you little choice except to install the distributed JAR unless you want to have to maintain your own JDK dependencies independent of bsd.java.mk. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071014204356.GA2519>