Z3Prover/z3

Bundling Dynamic Libraries Inside JAR for Ease of Redistribution

Open

#182 opened on Jul 31, 2015

View on GitHub
 (14 comments) (6 reactions) (1 assignee)C++ (9,468 stars) (1,445 forks)batch import
build/releaseenhancementhelp wanted

Description

Currently to use the Java API on Linux platform, the developer must explicitly compile and link the dynamic libraries.

It would be much easier to integrate Z3 to an existing Java project if it could bundle dependencies in just one or multiple JAR files. These JAR file(s) should contain the required dynamic libraries for the specific platform.

Contributor guide