Subject | Re: [Firebird-Java] Re: Test results: JayBird vs Interclient on blob select on Linux and Windows |
---|---|
Author | Sergei P. Volin |
Post date | 2003-03-01T14:22:23Z |
> Note, I have defined two constants: SOCKET_REC_BUF_SIZE andGood, then should I define these constants or they are already defined?
> SOCKET_SEND_BUF_SIZE.
I didn't notice that. Probably, no. Ok, I will do this. May be the best way
will be to make my own version of firebirdsql.jar under LGPL and put these
parameteres into the ApplicationResourse file.
>Yeah, I got it when uderstand the meaning of exception in my first attempt.
> Also, it would be better if you check out complete driver sources,
> not only GDS_Impl.java.
> then you can run client-java/build.bat or client-java/build.shNot so easy - build.bat did not compile me cvs. I got error like this:
...............
BUILD FAILED
file:G:/Downloads/RH8.0/FB-SQL/client-java/build.xml:204: srcdir
"G:\Downloads\RH8.0\FB-SQL\client-java\thirdparty\jboss
\jboss-j2ee\src\main" does not exist!
I compiled source tree in JBuilder. Now trying to build all manually.
Thanks,
Sergei Volin.