[JDBC] JDBC 7.1.2 compilation failed

2001-05-29 Thread Laurentiu Drob
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]

Re: [JDBC] JDBC 7.1.2 compilation failed

2001-05-29 Thread Laurentiu Drob
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

[JDBC] jdbc1 for 7.1.2 still not worked for me :((

2001-05-31 Thread Laurentiu Drob
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