Re: JDBC make problem

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Bogdan Paduraru <bpaduraru(at)petar(dot)ro>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: JDBC make problem
Date: 2000-11-04 18:20:43
Message-ID: 200011041820.NAA27118@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

My guess is that you are using Kaffe. It does not handle self-dependent
compiles like Sun java. The only solution is to download the
precompiled jar file from the URL in the interfaces/jdbcc README.

[ Charset ISO-8859-15 unsupported, converting... ]
> Hello,
> I tried to build the JDBC2 driver from Postgresql 7.0.2 distribution
> (/src/interfaces/jdbc), but I got errors :
> $ make jdbc2 jar
>
> (echo "package org.postgresql;" ;\
> echo "public class DriverClass {" ;\
> echo "public static String
> connectClass=\"org.postgresql.jdbc2.Connection\";" ;\
> echo "}" \
> ) >org/postgresql/DriverClass.java
> rm -f postgresql.jar
> make[1]: Entering directory
> `/usr/src/postgresql-7.0.2/src/interfaces/jdbc'
> javac -g org/postgresql/DriverClass.java
> javac -g org/postgresql/Connection.java
> org/postgresql/Connection.java:7: Class org.postgresql.Field not found
> in import.
> import org.postgresql.Field;
> ^
> org/postgresql/Connection.java:8: Package org.postgresql.fastpath not
> found in import.
> import org.postgresql.fastpath.*;
> ^
> org/postgresql/Connection.java:9: Package org.postgresql.largeobject not
> found in import.
> import org.postgresql.largeobject.*;
> ^
> org/postgresql/Connection.java:10: Package org.postgresql.util not found
> in import.
> import org.postgresql.util.*;
> ^
> 4 errors
> make[1]: *** [org/postgresql/Connection.class] Error 1
> make[1]: Leaving directory
> `/usr/src/postgresql-7.0.2/src/interfaces/jdbc'
> make: *** [jdbc2] Error 2
>
> Can you help, please?
>
> Bogdan
>
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bogdan Paduraru 2000-11-05 01:08:35 Re: readline support
Previous Message Peter Eisentraut 2000-11-04 14:17:29 Re: readline support