Hi, I tried building zimbra in java 1.6 but not sucessful because these errors:
Code:
/media/software/project/zimbra/zimbrastore/src/com/zimbra/cs/db/DebugConnection.java:29: com.zimbra.cs.db.DebugConnection is not abstract and does not override abstract method createStruct(java.lang.String,java.lang.Object[]) in java.sql.Connection
class DebugConnection implements Connection {
/media/software/project/zimbra/zimbrastore/src/com/zimbra/cs/db/DebugPreparedStatement.java:41: com.zimbra.cs.db.DebugPreparedStatement is not abstract and does not override abstract method setNClob(int,java.io.Reader) in java.sql.PreparedStatement
class DebugPreparedStatement implements PreparedStatement {
/media/software/project/zimbra/zimbrastore/src/com/zimbra/cs/im/provider/ZimbraConnectionProvider.java:59: com.zimbra.cs.im.provider.ZimbraConnectionProvider.ZimbraConnection is not abstract and does not override abstract method createStruct(java.lang.String,java.lang.Object[]) in java.sql.Connection
private static class ZimbraConnection implements java.sql.Connection { These errors appear when I build zimbrastore component.
So I must tried in java 1.5 and it worked well.
I don't know why this happen and how to fix that?