JDBC 7.1.2 compilation failed

From: Laurentiu Drob <lwd(at)cfrcta(dot)ro>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: JDBC 7.1.2 compilation failed
Date: 2001-05-29 10:26:34
Message-ID: 3B13795A.94FF0FA8@cfrcta.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

After ./configure --with-java compilation (gmake) for 7.1.2 on RH 7.1
box failed with this error:

[javac]
/tmp/postgresql-7.1.2/src/interfaces/jdbc/example/blobtest.java:189:
Class example.Blob not found in type declaration.
[javac] Blob b = rs.getBlob("a");
[javac] ^
[javac]
/tmp/postgresql-7.1.2/src/interfaces/jdbc/example/blobtest.java:189:
Method getBlob(java.lang.String) not found in interface
java.sql.ResultSet.
[javac] Blob b = rs.getBlob("a");
[javac] ^
[javac] 2 errors

Thanks for reading this.

Regards,
lwd.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mark Rosa 2001-05-29 11:02:45 Re: JDBC 7.1.2 compilation failed
Previous Message Tony Grant 2001-05-29 09:07:43 Druid problems