Hello there.
I have started to use DuckDB (duckdb_jdbc-1.4.1.0.jar) in module based application.
Since there is no module information available I am getting:
"Name of automatic module 'duckdb.jdbc' is unstable, it is derived from the module's file name."
Is it possible to add:
Thanks in advance to any response.
Hello there.
I have started to use DuckDB (duckdb_jdbc-1.4.1.0.jar) in module based application.
Since there is no module information available I am getting:
"Name of automatic module 'duckdb.jdbc' is unstable, it is derived from the module's file name."
Is it possible to add:
Automatic-Module-Name entry to META-INF\MANIFEST.MF
Thanks in advance to any response.