Subject Re: [Firebird-Java] Jaybird deploy problem: ”No suitable driver”
Author Roman Rokytskyy
> Running the app using JDeveloper (and Win XP) works fine, but DriverManager.getConnection throws the error "No suitable driver" when running the deployed jar to a Windows 2003 server with this command:
>
> java -Xms256M -Xmx1024M -jar d:\webroot\belops\prioritization\myapp.jar

Is jaybird-full-2.1.6.jar in the CLASSPATH or in the ext path of your JDK?

Roman