Is the postgres jar actually there? Something else you can try is
placing the postgres jar in the JAVA_HOME/lib/ext directory, and not
using a classpath
Dave
On Fri, 2002-06-28 at 06:24, Konstantinos Spyropoulos wrote:
> I've tried it and had the same "No suitable driver" exception. I also tried defining the CLASSPATH as system variable
inWindows,
> but cygwin didn't convert the path to unix-format.
>
> > I believe your CLASSPATH setting is wrong. It must be >Windows path and
> > semicolon separated.
> >
> > Maybe
> > 'C:\cygwin\usr\share\postgresql\java\postgresql.jar;D:\PROGRAMMING/J2SDK1.4.0/LIB'
> > is right if you installed cygwin on 'C:\cygwin\'
>