Hi Robert,
Put the hsql.jar file /orion/lib/
Check out /orion/docs/hsql-howto.html
Regards,
Andy
robert wrote:
> Hi all
>
> I'm trying to make a connection to a hsql database,
> which works perfectly if I use a standalone java-app.
> But when I use a jsp page to connect to hsql, it
> can not find the driver (org.hsql.jdbcDriver). I have
> made a classpath to the driver, so I see no reason why
> it shouldn't work. Are one supposed to put the driver
> in some special directory?
>
> regards,
> /Robert Karlsson