Cannot compile JDBC. - Mailing list pgsql-general

From Albert Chen
Subject Cannot compile JDBC.
Date
Msg-id 19990716100449.48370.qmail@hotmail.com
Whole thread Raw
List 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

pgsql-general by date:

Previous
From: Leon
Date:
Subject: Weird behavior of 'default user'
Next
From: Leon
Date:
Subject: Re: [GENERAL] Weird behavior of 'default user'