a/show_bug.cgi?id=3D273495 --- Comment #10 from Michael Osipov --- Going through, first issue: The JAR contains shared objects which are loaded at runtime: * libsqlitejdbc * libjansi * libjnidispatch (JNA) libsqlitejdbc contains a bundled SQLite library which is not desired because only external dependencies guarantee security issues to be addressed in tim= e. Here we need to revive java/sqlitejdbc first, depend on it and strip the .so files from the JARs. A couple of years ago I have upstreamed all necessary changes to libsqlitejdbc to properly dynamically link with FreeBSD. It just works. libjansi.so: In theory we can compile ourselves and I have upstreamed here = as well, but since this is a small library and I know the author I am fine wit= h it being bundled. libjnidispatch: We have devel/jna, basically same as for libsqlitejdbc: str= ip the JAR and runtime depend --=20 You are receiving this mail because: You are the assignee for the bug.=