Re: [INTERFACES] JDBC or JDK problem? Can't find class... - Mailing list pgsql-interfaces

From Cyril Ferrand
Subject Re: [INTERFACES] JDBC or JDK problem? Can't find class...
Date
Msg-id 199807280705.JAA01137@celia.inria.fr
Whole thread Raw
In response to JDBC or JDK problem? Can't find class...  (Pap Tibor <papt@edasz.hu>)
Responses Re: [INTERFACES] JDBC or JDK problem? Can't find class...  (Peter T Mount <peter@retep.org.uk>)
List 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 by date:

Previous
From: Aleksey Demakov
Date:
Subject: Re: [INTERFACES] psqlodbc
Next
From: Peter T Mount
Date:
Subject: RE: [INTERFACES] JDBC & IE40