Cannot compile JDBC.

From: "Albert Chen" <chen6178(at)hotmail(dot)com>
To: pgsql-general(at)postgreSQL(dot)org
Subject: Cannot compile JDBC.
Date: 1999-07-16 03:04:49
Message-ID: 19990716100449.48370.qmail@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I download PostgreSQL-6.5 and want to compile jdbc, I'm using JDK1.1.7,
while running make jdbc1 in /interfaces/jdbc directory, I got the error:

postgres% make jdbc1
javac postgresql/Connection.java
postgresql/Connection.java:7: Class postgresql.Field not found in import.
import postgresql.Field;
^
postgresql/Connection.java:8: Package postgresql.fastpath not found in
import.
import postgresql.fastpath.*;
^
postgresql/Connection.java:9: Package postgresql.largeobject not found in
import .
import postgresql.largeobject.*;
^
postgresql/Connection.java:10: Package postgresql.util not found in import.
import postgresql.util.*;
^
4 errors
make: *** [postgresql/Connection.class] Error 1

Would anyone help me how to solve the problem, thanks.

-Albert

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Browse pgsql-general by date

  From Date Subject
Next Message Hub.Org News Admin 1999-07-16 06:17:44
Previous Message Howie 1999-07-16 01:47:26 Re: [GENERAL] Foreign Keys in PostgreSQL