Re: [HACKERS] Request for 7.0 JDBC status

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>, PostgreSQL-interfaces <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Request for 7.0 JDBC status
Date: 2000-05-02 02:35:37
Message-ID: 200005020235.WAA15724@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

> > I am unable to compile the java code with kaffe. Can anyone compile
> > jdbc under 7.0?
>
> Yup. Seems some form of jdk-1.2 works for me. But my default
> /usr/bin/javac (on an old RH5.2 system), something called "pizza",
> does not.
>
> > Can you email me that java files that are produced by
> > the compile. I need the *.jar file, and the *.class files.
>
> Do you still need them? I can send what I built, but I'm pretty sure
> that Peter Mount has a fresh package built and available on some web
> site of his...

I did get it working using Peter's 6.5.2 jar file. I was not setting
the CLASSPATH to be the full file path. I was setting it just to the
directory, which was my fault. Peter's FAQ for jdbc helped me get it
working.

Peter E. sent me a jar file, but it used postgresql as the domain unstead
of org.postgresql, so it seems that is the 6.5.2 version too. Peter's web
site does not have the 7.0 jar file there yet.

However, it seems kaffe can't compile self-referencing java files. I
don't know enough about java to know that is a problem or not.

I did get it working well enough to get my java book example working.

--
Bruce Momjian | http://www.op.net/~candle
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message SAKAIDA 2000-05-02 02:47:21 psql \l error
Previous Message Lamar Owen 2000-05-02 02:30:08 Re: [HACKERS] Request for 7.0 JDBC status

Browse pgsql-interfaces by date

  From Date Subject
Next Message Thomas Lockhart 2000-05-02 03:26:36 Re: [HACKERS] Request for 7.0 JDBC status
Previous Message Lamar Owen 2000-05-02 02:30:08 Re: [HACKERS] Request for 7.0 JDBC status