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]
Dave Cramer wrote:
>
> Which jdk are you using?
>
> Dave
>
Sorry for uncompleted information. I use jdk 1.1.7_v3 from blackdown
and CAN'T CHANGE this [java version I mean].
Best regards,
lwd.
---(end of broadcast)---
TIP 1: s
I tried with jdk118_v3 (glibc 2.1.3) from the same blackdown. The
result was the same :
/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] ^
Then I rena