What JVM and JARs are needed to use JayBird?
If you use JVM 1.3.1 or higher the jars included in the distribution should have all the classes you need. In addition to the jars in the distribution you may need jndi.jar with some applications that use JVMs before 1.3.1. It is available free from Sun at http://java.sun.com/products/jndi. DreamWeaver UltraDev 4.0 is an example of such an application. It uses a pre-1.3 JVM instead of the JVM installed in the system. The jndi.jar file must be added for JayBird to work with UltraDev. Many development systems also use internal VM’s. If they are pre-1.3.1 you may need to add jar files to the program’s external library folder or to the system classpath to add classes that the older VM’s lack. If you see an errors about javax.naming.Referenceable, you are probably missing jndi.jar, for example. Many app servers already include jndi.jar, so you may not need to download it. All of the jars in the distribution are pretty small so it is not much of a problem to include them all. If it does beco