Re: stupid question about loading driver

From: Abel Muiño <abel(dot)muinho(at)mundo-r(dot)com>
To: Richard Welty <rwelty(at)averillpark(dot)net>
Cc: PostgreSQL JDBC List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: stupid question about loading driver
Date: 2003-01-19 11:40:13
Message-ID: 1042976412.2299.2.camel@calculin.casadeabel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

El dom, 19-01-2003 a las 02:33, Richard Welty escribió:

> $ echo $CLASSPATH
> /usr/java/j2sdk1.4.1_01/jre/lib/rt.jar:/usr/local/java/lib/pgjdbc2.jar
> $
Everything looks fine to me.

Have you exported the classpath (i.e. "export CLASSPATH")? If you don't
do that, the CLASSPATH will NOT be set for all child processes (the
"java" process, in this case).

--
Abel Muiño Vizcaino

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Richard Welty 2003-01-19 14:58:02 Re: stupid question about loading driver
Previous Message Richard Welty 2003-01-19 01:33:45 stupid question about loading driver