jdbc1 for 7.1.2 still not worked for me :((

From: Laurentiu Drob <lwd(at)cfrcta(dot)ro>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: jdbc1 for 7.1.2 still not worked for me :((
Date: 2001-06-01 06:28:11
Message-ID: 3B1735FB.3E3FAC28@cfrcta.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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 renamed blobtest.java in blobtest.java2, switched back to
jdk117_v3 and I've got more errors:

[javac] Compiling 22 source files to
/tmp/postgresql-7.1.2/contrib/retep/build
[javac]
/tmp/postgresql-7.1.2/contrib/retep/uk/org/retep/dtu/DCollection.java:7:
Class java.util.Collection not found in import.
[javac] import java.util.Collection;
[javac] ^
[javac]
/tmp/postgresql-7.1.2/contrib/retep/uk/org/retep/dtu/DCollection.java:8:
Class java.util.Iterator not found in import.
[javac] import java.util.Iterator;
[javac] ^
[javac]
/tmp/postgresql-7.1.2/contrib/retep/uk/org/retep/dtu/DCollection.java:10:
Interface java.util.Collection of class uk.org.retep.dtu.DCollection not
found.
[javac] public class DCollection implements Collection
[javac] ^
[javac]
/tmp/postgresql-7.1.2/contrib/retep/uk/org/retep/dtu/DCollection.java:78:
Interface java.util.Iterator of inner class
uk.org.retep.dtu.DCollection. iterator not found.
[javac] protected class iterator implements Iterator
[javac] ^
[javac]
/tmp/postgresql-7.1.2/contrib/retep/uk/org/retep/dtu/DEnvironment.java:3:
Class java.util.Collection not found in import.
[javac] import java.util.Collection;
[javac] ^
[javac]
/tmp/postgresql-7.1.2/contrib/retep/uk/org/retep/dtu/DEnvironment.java:4:
Class java.util.HashMap not found in import.
[javac] import java.util.HashMap;
[javac] ^
[javac]
/tmp/postgresql-7.1.2/contrib/retep/uk/org/retep/dtu/DEnvironment.java:5:
Class java.util.Iterator not found in import.
[javac] import java.util.Iterator;
[javac] ^
[javac]
/tmp/postgresql-7.1.2/contrib/retep/uk/org/retep/xml/parser/TagListener.java:3:
Class java.util.HashMap not found in import.
[javac] import java.util.HashMap;
[javac] ^
[javac]
/tmp/postgresql-7.1.2/contrib/retep/uk/org/retep/dtu/DModule.java:10:
Class java.util.HashMap not found in import.
[javac] import java.util.HashMap;
[javac] ^
[javac]
/tmp/postgresql-7.1.2/contrib/retep/uk/org/retep/dtu/DModule.java:11:
Class java.util.Iterator not found in import.
[javac] import java.util.Iterator;
[javac] ^
[javac]
/tmp/postgresql-7.1.2/contrib/retep/uk/org/retep/xml/parser/TagHandler.java:5:
Class java.util.List not found in import.
[javac] import java.util.List;
[javac] ^
[javac]
/tmp/postgresql-7.1.2/contrib/retep/uk/org/retep/xml/parser/TagHandler.java:6:
Class java.util.Iterator not found in import.
[javac] import java.util.Iterator;
[javac] ^

I'd like both jdk117_v3 and postgresql 7.1.2 work together.
Any ideas?

Thanks,
lwd.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2001-06-01 15:50:23 Re: jdbc1 for 7.1.2 still not worked for me :((
Previous Message Dave Cramer 2001-05-31 22:17:23 Re: jdbc3