Re: [INTERFACES] jdbc fails to compile - Mailing list pgsql-interfaces

From Jose' Soares Da Silva
Subject Re: [INTERFACES] jdbc fails to compile
Date
Msg-id Pine.LNX.3.96.980420165154.1826A-100000@proxy.bazzanese.com
Whole thread Raw
In response to Re: [INTERFACES] jdbc fails to compile  (Peter T Mount <pgint@maidast.demon.co.uk>)
List pgsql-interfaces
On Fri, 17 Apr 1998, Peter T Mount wrote:

> On Fri, 17 Apr 1998, Jose' Soares Da Silva wrote:
>
> > Hi, all
> > I can't compile jdbc interface. There's somebody that can help me ?
> >
> > $ make
> > javac postgresql/CallableStatement.java
> > javac postgresql/geometric/PGbox.java
> > javac postgresql/geometric/PGcircle.java
> > javac postgresql/geometric/PGlseg.java
> > javac postgresql/geometric/PGpath.java
> > javac postgresql/geometric/PGpolygon.java
> > jar -c0f postgresql.jar $(find postgresql -name "*.class" -print)
> > Failed to locate native library in path:
> >         /usr/local/pgsql/lib
> >     Aborting.
> >     make: *** [postgresql.jar] Error 1
>
> Hmmm, that's strange as the driver isn't dependent on any native
> libraries. It's also strange that this has happened only for the jar
> command.
>
> Have you tried running jar manually?
>
> Also, you could run it with:
>
> jar -c0f postgresql.jar postgresql/*.class postgresql/*/*.class
>
I had two different versions of jar on: (/usr/local/bin/jar and /usr/bin/jar)
Now it's Ok. Thanks anyway Peter.


pgsql-interfaces by date:

Previous
From: Stephen Davies
Date:
Subject: Re: [INTERFACES] Re: ODBC 16 bit support
Next
From: Constantin Teodorescu
Date:
Subject: Configuration & libpgtcl.so problems in PostgreSQL 6.3.2 on Linux