prrvchr
prrvchr
@mrotteveel I can't find a version 6.x for Java 11, if it exists it would save me from having to compile. Thanks.
I just understood that I need java 17 mini, I'm going to install it... sorry for the inconvenience...
Well actually it works much better with Java 17. On the other hand, I am not sure if it is possible to create the database when connecting in embedded mode...
Thanks Mark, I allready put the native jar in the classpath, but I am facing a classpath problem with the loading of JNI services because the java part (the jar...
That's it, everything works perfectly, the creation of the database is carried out during the first connection if necessary. On the other hand it is necessary to have in the...
After further investigation to better understand what is happening, I realize that Java services (`java.util.ServiceLoader`) are being used. Classloader propagation is well implemented except for the call in [FirebirdEmbeddedLookup.java](https://github.com/FirebirdSQL/jaybird/blob/f306cc3902a00491d28fe19d47ef0de60384c8ac/jaybird-native/src/main/java/org/firebirdsql/jna/embedded/FirebirdEmbeddedLookup.java#L58). Being...
Ok I just opened a [new ticket](https://groups.google.com/g/firebird-java/c/R0au2gi9D8U) to continue this conversation.
@gotson I finally managed to integrate version 3.42.0.0 in LibreOffice / OpenOffice. Two extensions are available: [jdbcDriverOOo](https://prrvchr.github.io/jdbcDriverOOo/) which allows the use of SQLite in normal mode. [SQLiteOOo](https://prrvchr.github.io/SQLiteOOo/) which allows the...
Hi jayaddison, I think you produced a fairly detailed description of what was done for version 3.6.2. I don't immediately see what could have been forgotten? Perhaps the migration of...
> Is the plan to continue to develop/publish from your fork of the repository, or might this rdflib one become the 'home' again in future? I have both options since...