Subject Re: [Firebird-Java] Questions about using JBird (from a newbie to JBird)
Author Rick Fincher
Hi Raoul,

You can put the necessary jars (or firebirdsql-full.jar) into
JAVA_HOME\jre\lib\ext to make them available to all your java apps.

Otherwise you have to tell Java where to find the jars with the classpath
directive when you invoke the program, as in:

java -classpath c:.jaybird.firebirdsql-full myApp

Rick

----- Original Message -----
From: "Raoul Snyman" <raoulsnyman@...>
To: <Firebird-Java@yahoogroups.com>
Sent: Wednesday, October 15, 2003 3:42 PM
Subject: [Firebird-Java] Questions about using JBird (from a newbie to
JBird)


> Hi,
>
> I've used Java, and I've used FireBird (from Delphi), but now I want
> to use the JBird jdbc driver and I'm not 100% sure what to do about
> installing it. I know it has to go in my class path, but then I'm not
> 100% sure what my classpath is. And then when I want to deploy my app,
> do I need to distribute JBird, and if so, then where should it be
> installed?
>
> Thanks,
>
> Raoul
>
>
>
>
> To unsubscribe from this group, send an email to:
> Firebird-Java-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>