JDBC Will not compile Error 139?

From: tperry(at)grumpy(dot)it(dot)as(dot)ex(dot)state(dot)ut(dot)us
To: pgsql-interfaces(at)postgresql(dot)org
Subject: JDBC Will not compile Error 139?
Date: 1999-03-02 18:26:11
Message-ID: Pine.LNX.3.96.990302112315.1401B-100000@grumpy.it.as.ex.state.ut.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


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

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Byron Nikolaidis 1999-03-02 19:52:04 Re: [INTERFACES] Foreign Keys
Previous Message Michael Davis 1999-03-02 18:09:26 RE: [INTERFACES] Foreign Keys