Subject | Re: Embedded Server |
---|---|
Author | ebender1985 |
Post date | 2004-04-14T09:23:04Z |
Thank you, It was already a big help, but I've another question:
I must Copy the Embedded Server binaries and the jaybird.dll in the
bin-dir of my JRE?
Can I Change this that I can use my application-dir for the binaries?
Because it's easier to deploy.
Thanks, Jan
--- In Firebird-Java@yahoogroups.com, "nagypapi" <nagypapi@f...>
wrote:
I must Copy the Embedded Server binaries and the jaybird.dll in the
bin-dir of my JRE?
Can I Change this that I can use my application-dir for the binaries?
Because it's easier to deploy.
Thanks, Jan
--- In Firebird-Java@yahoogroups.com, "nagypapi" <nagypapi@f...>
wrote:
> Driver: Jaybird 1.5the
> Above the copying, do everything as with normal server, just alter
> url to your database to the followingembedded
> "jdbc:firebirdsql:embedded:drive:/path/to/database"
> egsample: "jdbc:firebirdsql:embedded:c:/data/sexyboy.gdb"
>
> Anyone else?
>
>
>
> --- In Firebird-Java@yahoogroups.com, "ebender1985"
> <jan.losinski@g...> wrote:
> > I already had downloaded these things, but how I use the
> > Server in Java?which
> > Now I use a normal Server with the Connection-String:
> > jdbc:firebirdsql..... How I connect to an embedded Server and
> > Driver I use for this?download
> >
> > --- In Firebird-Java@yahoogroups.com, "nagypapi" <nagypapi@f...>
> > wrote:
> > > Yes there is, and it works! :) At least on my w98_se machine
> > >
> > > Download Jaybird 1.5 driver
> > > for jdk 1.4
> > > http://prdownloads.sourceforge.net/firebird/FirebirdSQL-
> > 1.5.0Beta3JDK_1.4.zip?download
> > > or for jdk 1.3
> > > http://prdownloads.sourceforge.net/firebird/FirebirdSQL-
> > 1.5.0Beta3JDK_1.3.zip?download
> > > (I tested it with 1.4)
> > >
> > > Download the jaybird library
> > > Under win:
> > > http://prdownloads.sourceforge.net/firebird/jaybird.dll?
> > > Or under linux:download
> > > http://prdownloads.sourceforge.net/firebird/libjaybird.so?
> > > (I tested it under win)(because
> > >
> > > Download the embedded server:
> > > for windows:
> > > http://prdownloads.sourceforge.net/firebird/Firebird-
> > 1.5.0.4290_embed_win32.zip?download
> > > or for linux:
> > > Hmmm... No luck there it seems
> > >
> > > Now what I did to make it work
> > > I copied to java folder from <jre home> to somewhere else
> > I'mcall it
> > > using the 1.0 firebeird server and 1.01 jaybird too), let's
> > > <new jre>the
> > > copy the files needed from jaybird1.5 archive to the <new
> > jre>/lib/ext
> > > folder
> > > then copy the files of the embedded server AND jaybird.dll to
> > <new
> > > jre>/bin
> > >
> > > Specify the full path to your database like
> > > jdbc:firebirdsql:embedded:drive:/path/to/database
> > > (drive: if under win)
> > > run your program with the <new jre>/bin/java.exe
> > > And it seems to work for me, but I have hardly used it
> > >
> > >
> > >
> > > --- In Firebird-Java@yahoogroups.com, "ebender1985"
> > > <jan.losinski@g...> wrote:
> > > > Hello
> > > >
> > > > Is There an Embedded Server for Java?
> > > >
> > > > Thank you