Ripon Al Wasim wrote:
> The code is compile well. But here is a runtime problem. The prolem is:
>
> Could not load database driver :org.postgresql.Driver
Note that the PostgreSQL driver JAR file must be in your $CLASSPATH or
%CLASSPATH%. This means not just in a directory that is in your
CLASSPATH (like with package directories or class files), but the
CLASSPATH must actually explicitly list the location of the PostgreSQL
driver JAR file.
Erik