Subject | Re: SunOne Studio 4 - newbie |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-05-26T14:43:12Z |
> I'm new to java (not firebird) and feel really stupid.Should be
> I'm trying to add the firebird jaybird driver to the SunOne studio IDE
> and am running into the following problem:
>
> "Cannot find driver class. Check your CLASSPATH or \lib\ext
> directory."
>
> The DB URL prefix is:
> jdbc:firebirdsql//localhost:3050:/opt/db/employee.gdb
jdbc:firebirdsql://localhost:3050/opt/db/employee.gdb
or
jdbc:firebirdsql:localhost/3050:/opt/db/employee.gdb
> Where can I add the firebird jars to the ClassPath ?As server suggests, you put them in lib/ext directory of your SunOne
server
Best regards,
Roman Rokytskyy