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