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