Обсуждение: JDBC or JDK problem? Can't find class...
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 src/interfaces/jdbc/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> ---------------------
> 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 *
*************************************************************************
On Tue, 28 Jul 1998, Cyril Ferrand wrote: > To run example of jdbc interfcace you must go to src/interfaces/jdbc/ and do: > $:javac example/basic.java the best method to compile is "make examples" > $:java example.basic > > I think this will work... It will. -- Peter T Mount peter@retep.org.uk or petermount@earthling.net Main Homepage: http://www.retep.org.uk ************ Someday I may rebuild this signature completely ;-) ************ Work Homepage: http://www.maidstone.gov.uk Work EMail: peter@maidstone.gov.uk