JDBC interface

From: "Jackson Ching" <jching(at)imvi(dot)com(dot)ph>
To: pgsql-ports(at)postgresql(dot)org
Subject: JDBC interface
Date: 2000-02-04 04:31:53
Message-ID: 200002041231530490.00FE29DF@imvi.com.ph
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Jackson
Your email address : jching(at)imvi(dot)com(dot)ph

System Configuration
---------------------
Architecture (example: Intel Pentium) : Intel Pentium III 450

Operating System (example: Linux 2.0.26 ELF) : Windows 98

PostgreSQL version (example: PostgreSQL-6.5.3): PostgreSQL-6.5.3

Compiler used (example: gcc 2.8.0) : make 3.75

Please enter a FULL description of your problem:
------------------------------------------------

I'm using cygwin-20 to emulate bash under windows. I have change directory to src/interfaces/jdbc and run the make command but the following error appeard.

BASH.EXE-2.02$ make
make $(java makeVersion)
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[1]: *** [postgresql/Connection.class] Error 1
make: *** [all] Error 2


I have no idea on how to solve this.

Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------

1. run bash under windows
2. change directory to postgresql-6.5.3/src/interfaces/jdbc
3. run make



If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------

no idea

Browse pgsql-ports by date

  From Date Subject
Next Message offer 2000-02-04 07:01:57 Special Offer!! 50 Free Minutes!
Previous Message Jens Skakkebaek 2000-02-03 21:40:09