Subject | Re: MacOS X Interclient/Interserver |
---|---|
Author | John B. Moore |
Post date | 2002-10-14T21:16:37Z |
Follow-up
The JayBird driver is working fine so far.. The Release notes were
VERY good and I appreciate the time put into them. One note that
might be added for using the driver in JBuilder 7 Enterprise.
Database Pilot
Only the firebirdsql.jar is needed.. Add this as follows to the
/JBuilder.framework/bin/dbpilot.conf file.
addpath /JavaJars/jars/firebirdsql.jar
Running apps in Jbuilder - add that same line (above) to the
/JBuilder.framework/bin/jbuilder.config
Added Libraries
Make two libraries..
FireBird_JCA_JDBC - firebirdsql.jar
FireBird_ext - mini-j2ee.jar
Note: the mini-j2ee is needed IF you get a ClassDefNotFound on
javax/resources/ResourceException. This was encountered using Tomcat
3.3..
Thanks for all the help..
John..
The JayBird driver is working fine so far.. The Release notes were
VERY good and I appreciate the time put into them. One note that
might be added for using the driver in JBuilder 7 Enterprise.
Database Pilot
Only the firebirdsql.jar is needed.. Add this as follows to the
/JBuilder.framework/bin/dbpilot.conf file.
addpath /JavaJars/jars/firebirdsql.jar
Running apps in Jbuilder - add that same line (above) to the
/JBuilder.framework/bin/jbuilder.config
Added Libraries
Make two libraries..
FireBird_JCA_JDBC - firebirdsql.jar
FireBird_ext - mini-j2ee.jar
Note: the mini-j2ee is needed IF you get a ClassDefNotFound on
javax/resources/ResourceException. This was encountered using Tomcat
3.3..
Thanks for all the help..
John..