Re: [GENERAL] jdbc problem

From: Jim Richards <grumpy(at)cyber4(dot)org>
To: soundar rajan <psrajan(at)yahoo(dot)com>, pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] jdbc problem
Date: 1999-10-17 05:02:09
Message-ID: 199910170502.BAA02976@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>I am using postgresql under linux. Now that I need to
>build up the jdbc driver for postgresql, when I make
>under the directory /src/interfaces/jdbc.. I get an
>error stating '(u' unexpected syntax...
>
>The version returned by the make is 1.0b4. The
>makeVersion.java file returns jdbc0 as the output and
>so, the postgresql.jar file is not been created.

run

make jdbc1

for the version 1 driver (jdk 1.1) and

make jdbc2

for the version 2 driver (java2) ...

then for each build, run

jar -cf postgresql.jar `find postgresql -name "*.class" -print`

to make the jar file.

--
Subvert the dominant paradigm
http://www.cyber4.org/members/grumpy/index.html

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Mount 1999-10-17 13:43:42 Re: [GENERAL] jdbc driver problem
Previous Message Mengzhi Wang 1999-10-16 23:43:57 Help needed in installation