This part is important:
> I downloaded *one after another *
So, what am I doing differently?
On 2025-03-02 03:40 PM, Stanimir Stamenkov via Squirrel-sql-users wrote:
> Sun, 2 Mar 2025 14:47:59 -0500, /info/:
>
>> Trying to connect to Firebird, I downloaded one after another all of
>> these drivers, but none of them lists:
>>
>> Extra Class Path:
>> /home/use0/opt/jbdc/jaybird-6.0.0.jar
>> /home/use0/opt/jbdc/jaybird-native-6.0.0.jar
>> /home/use0/opt/jbdc/jaybird-4.0.3.java8.jar
>> /home/use0/opt/jbdc/jaybird-full-4.0.3.java8.jar
>>
>> Class Name: <empty>
>>
>> Other JDBC drivers such as MySQL, Oracle Thin, SQLite, etc have no
>> problem listing the class. Why is Firebird different?
>
> You should not mix JARs from different driver versions. What SQuirreL
> and Java versions are you using? I've tried adding just the
> "jaybird-6.0.0.jar" and the driver seems to have loaded successfully:
>
> https://i.imgur.com/jUU0AMB.png
>
> (Class Name: org.firebirdsql.jdbc.FBDriver)
>
|