Hi monetdb-developers, I just build the MonetDB-Venus-SuperBall-SR1, the build of the c code went ok (nice!) except for the java jdbc driver I do find checking for javac itself in the build log but not the actual use of it. Do i build correctly? /var/tmp/MonetDB-1182546749/log : Fri Jun 22 23:12:29 CEST 2007 called with arguments: --prefix=/tmp/frans/MonetDB --enable-sql --enable-xquery Calling javac (1.6.0) with all/most files does not help: javac nl/cwi/monetdb/jdbc/*.java nl/cwi/monetdb/jdbc/MonetDataSource.java:57: cannot find symbol symbol : class MonetDriver location: class nl.cwi.monetdb.jdbc.MonetDataSource private MonetDriver driver; ^ etc... The only file with that name is /var/tmp/MonetDB-1182546749/MonetDB-client/clients/src/java/src/nl/cwi/monetdb/jdbc/MonetDriver.java.in but renaming doesnt help. and for an other file: nl/cwi/monetdb/jdbc/MonetClob.java:35: nl.cwi.monetdb.jdbc.MonetClob is not abstract and does not override abstract method getCharacterStream(long,long) in java.sql.Clob public class MonetClob implements Clob { ^ Did the jdbc changed with java 1.6, is the code compatible? Howto proceed? Thanks in advance Frans Verster