Subject Re: [Firebird-Java] Jaybird 3.0.0-beta-3 EncodingFactory$DefaultEncodingFactory error
Author William L. Thomson Jr.
On Sunday, March 12, 2017 3:54:50 AM EDT Andrew Ushkov andrew.ushkov@...
[Firebird-Java] wrote:
> Hi all.
> I'm stated to test Jaybird 3B3 and see one error.
> When i'm connect to DB in application - all ok but when i'm trying to
> register driver in Netbeans 8.2 and connect thru NB i'm got errors.
> Tryed put encoding in URL and in properties - same error.
>
>
> coud'nt connect jdbc:firebirdsql:127.0.0.1:e:\cc1.fdb?encoding=WIN1251
> with org.firebirdsql.jdbc.FBDriver (Could not initialize class
> org.firebirdsql.encodings.EncodingFactory$DefaultEncodingFactory)

Check archives I just went over this as it was causing me problems for some
time. You likely need

jdbc:firebirdsql:127.0.0.1:e:\cc1.fdb?charSet=WIN1251

I think this covered most of it
https://beta.groups.yahoo.com/neo/groups/Firebird-Java/conversations/messages/
11292

Full thread
https://beta.groups.yahoo.com/neo/groups/Firebird-Java/conversations/messages/
11282

Other related posts/rants :)
https://beta.groups.yahoo.com/neo/groups/Firebird-Java/conversations/messages/
11254
https://beta.groups.yahoo.com/neo/groups/Firebird-Java/conversations/messages/
11261

--
William L. Thomson Jr.