Re: [INTERFACES] JDBC or JDK problem? Can't find class...

Поиск
Список
Период
Сортировка
От Cyril Ferrand
Тема Re: [INTERFACES] JDBC or JDK problem? Can't find class...
Дата
Msg-id 199807280705.JAA01137@celia.inria.fr
обсуждение исходный текст
Ответ на JDBC or JDK problem? Can't find class...  (Pap Tibor <papt@edasz.hu>)
Ответы Re: [INTERFACES] JDBC or JDK problem? Can't find class...  (Peter T Mount <peter@retep.org.uk>)
Список pgsql-interfaces
> Hi!
>
> I have a problem again :(
> A succesfully compiled the JDBC driver, thanks to your help. But now I
> can't run the example applications is example.
>
> $ echo $CLASSPATH
> .:/usr/local/jdk1.1.6/lib/classes.zip:/usr/local/lib/postgresql.jar
> $ java basic
> Can't find class basic
> $ ls -l basic.class
> -rwxr-xr-x   1 postgres postgres     3750 Jul 27 12:57 basic.class
> $
>
> I wrote a simple hello.java program, and compiled it, and I can run it.
> I have problems only with JDBC example progrmas.
>
> --Tibor
>
> --
> ---------.Sig--------
> Tibor Pap <papt@edasz.hu>
> ---------------------
>
Hello

    To run example of jdbc interfcace you must go to src/interfaces/jdbc/ and do:
$:javac example/basic.java
$:java example.basic

I think this will work...

bye

Cyril

--
*************************************************************************
*    Cyril Ferrand : mailto:cyril.ferrand@sophia.inria.fr            *
*            http://www.mygale.org/05/ironmask                          *
*************************************************************************


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

Предыдущее
От: Aleksey Demakov
Дата:
Сообщение: Re: [INTERFACES] psqlodbc
Следующее
От: Peter T Mount
Дата:
Сообщение: RE: [INTERFACES] JDBC & IE40