Re: [INTERFACES] jdbc fails to compile

From: "Jose' Soares Da Silva" <sferac(at)proxy(dot)bazzanese(dot)com>
To: Peter T Mount <pgint(at)maidast(dot)demon(dot)co(dot)uk>
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] jdbc fails to compile
Date: 1998-04-20 16:54:33
Message-ID: Pine.LNX.3.96.980420165154.1826A-100000@proxy.bazzanese.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message David Hartwig 1998-04-20 17:21:50 Re: ODBC FAQ
Previous Message The Hermit Hacker 1998-04-20 15:56:31 Re: [INTERFACES] Re: ODBC 16 bit support