The whole point of my question was that I was missing the class name.
Was I not missing it, I would not have asked it.
On 2025-03-02 05:06 PM, Stanimir Stamenkov via Squirrel-sql-users wrote:
> Sun, 2 Mar 2025 16:57:03 -0500, /info/:
>
>> Even in this one?
>>
>>> Class Name: <empty>
>
> You're still missing the "Class Name" – try
> "org.firebirdsql.jdbc.FBDriver".
>
>> I only showed the subscribers the versions that I tried. That did not
>> mean that I wanted to download all of them at the same time.
>
> All right. So you've really meant added to/replaced in the driver
> definition one after another (unlike seen in the screenshot).
>
>> On 2025-03-02 04:53 PM, Stanimir Stamenkov via Squirrel-sql-users wrote:
>>> Sun, 2 Mar 2025 16:43:03 -0500, /info/:
>>>
>>>> This part is important:
>>>>
>>>>> I downloaded *one after another*
>>>>
>>>> So, what am I doing differently?
>>>
>>> You may have downloaded the jars one after another but what you show
>>> in your screenshot is you have different version jars added to the
>>> driver definition _at the same time_ – try removing the 4.0.3 jars,
>>> for example. You're also missing the "Class Name" for some reason.
>>> You didn't say what SQuirreL and Java versions you're using.
>>>
>>>> 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)
>
|