Re: [INTERFACES] JDBC Will not compile Error 139?

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: tperry(at)grumpy(dot)it(dot)as(dot)ex(dot)state(dot)ut(dot)us
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] JDBC Will not compile Error 139?
Date: 1999-03-09 19:56:28
Message-ID: Pine.LNX.4.04.9903091953280.11378-100000@maidast.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Tue, 2 Mar 1999 tperry(at)grumpy(dot)it(dot)as(dot)ex(dot)state(dot)ut(dot)us wrote:

>
> I have tried to run javac on CallableStatement and it seems to work ok
> manually, but when I use the make it gives me this error? Any ideas? I
> am new to the JDK, I am using 1.1.7 installed in the /usr/local/java
> directory. Any Help would be appreciated.
>
> Tim
>
>
>
> bash$ make
> javac postgresql/CallableStatement.java
> CLASSPATH is not set!
> make: *** [postgresql/CallableStatement.class] Error 1
>
> bash$ export CLASSPATH=.:/usr/local/java/lib/classes.zip
> bash$ make
> javac postgresql/CallableStatement.java
> No library path set.
> make: *** [postgresql/CallableStatement.class] Error 139

Hmmm, what platform are you running?

I can't remember seeing either of these two messages before.

--
Peter T Mount peter(at)retep(dot)org(dot)uk
Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
Java PDF Generator: http://www.retep.org.uk/pdf

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Paul 1999-03-09 23:00:38 PHP
Previous Message Michael Meskes 1999-03-09 19:30:57 Re: [INTERFACES] the last row in a table