JDBC Will not compile Error 139?

Поиск
Список
Период
Сортировка
От tperry@grumpy.it.as.ex.state.ut.us
Тема JDBC Will not compile Error 139?
Дата
Msg-id Pine.LNX.3.96.990302112315.1401B-100000@grumpy.it.as.ex.state.ut.us
обсуждение исходный текст
Ответы Re: [INTERFACES] JDBC Will not compile Error 139?  (Peter T Mount <peter@retep.org.uk>)
Список 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



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: tperry@grumpy.it.as.ex.state.ut.us
Дата:
Сообщение: JDBC Will not compile Error 139?
Следующее
От: Byron Nikolaidis
Дата:
Сообщение: Re: [INTERFACES] Foreign Keys