Subject | Re: [Firebird-Java] windows error when executing jaybird-full-2.1.6.jar |
---|---|
Author | Mark Rotteveel |
Post date | 2009-03-30T17:13:39Z |
Jaybird is not an application, it is a JDBC driver (for Firebird) and so
it is not executable.
To use Jaybird, add it to the classpath of your application and have
your application register the driver and then use it like any other JDBC
driver.
If you have more specific questions, don't hesitate to ask.
Mark
richard_lally wrote:
Mark Rotteveel
it is not executable.
To use Jaybird, add it to the classpath of your application and have
your application register the driver and then use it like any other JDBC
driver.
If you have more specific questions, don't hesitate to ask.
Mark
richard_lally wrote:
> when I execute jaybird-full-2.1.6.jar windows says:--
> Failed to load Main-Class manifest attribute from
> C:~~\jaybird-full-2.1.6.jar
>
> is there a work-around for this?
>
>
> I was hoping using the jar would allow me to bypass the jaybird installation instructions which I found baffling. Has any kind soul on the web provided clear, complete and concise step-by-step instructions for installing jaybird?
Mark Rotteveel