export CLASSPATH=x;y;z

where x;y;z is a semi colon separated list of paths where your java 
classes are.

I am guessing this is the problem you are experiencing because of
the No class found error you got.

--elhaddi
Constant Data
www.constantdata.com

On Sun, 9 Oct 2005, Raymond Norton wrote:

> >
> > May be due to missing def of your class path.
> > Check to see if you have a CLASSPATH env var defined.
> 
> 
> I suppose I could google around for this. I am not sure how to check or
> change the classpath.
>