From: books at ejurka.com (Kris Jurka) Date: Sat, 08 Mar 2008 12:51:08 -0700 Subject: [Pljava-dev] trying to build pljava In-Reply-To: <61175.84.92.92.26.1205005246.squirrel@dp2642.force9.co.uk> References: <61175.84.92.92.26.1205005246.squirrel@dp2642.force9.co.uk> Message-ID: <47D2EE2C.6020107@ejurka.com> David Potts wrote: > Looking at the makefile, its invoke java with the 1.4 target release, I am > using java 1.6 is this support ? > No, building with JDK 1.6 is not supported because pljava does not support the JDBC 4 spec which JDK1.6 includes. pljava only supports JDBC 3 and must be built with a 1.4 or 1.5 JDK. Kris Jurka