Re: JDBC 7.1.2 compilation failed

From: Jeremy Buchmann <jeremy(at)wellsgaming(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC 7.1.2 compilation failed
Date: 2001-05-29 16:01:59
Message-ID: B7391606.2F81%jeremy@wellsgaming.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I'm getting this same error here when I try to compile it with JDK1.18.
I also get the following error when trying to compile with JDK1.3:

Unable to initialize threads: cannot find class java/lang/Thread

Does anyone know what's causing this?

-- Jeremy [jeremy(at)wellsgaming(dot)com]

> I have built this without any trouble on RH7.0
>
> binary is available at http://jdbc.fastcrypt.com
>
> The fact that the error is with the Class Blob suggests that you may not
> have the classpath set properly. Blob is a class which was introduced in
> jdk1.2. Which jdk are you using?
>
> Dave
>
> ----- Original Message -----
> From: "Laurentiu Drob" <lwd(at)cfrcta(dot)ro>
> To: <pgsql-jdbc(at)postgresql(dot)org>
> Sent: Tuesday, May 29, 2001 6:26 AM
> Subject: [JDBC] JDBC 7.1.2 compilation failed
>
>
>> 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.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2001-05-30 00:45:50 Re: JDBC 7.1.2 compilation failed
Previous Message Dave Cramer 2001-05-29 13:34:02 Re: JDBC 7.1.2 compilation failed