JAnsi uses the same trick JNA uses: The native libraries it needs for each
OS is embedded inside the JAR itself. At runtime, the library detects the
OS and extracts the right native library from itself.

Gary

On Wed, Aug 16, 2017 at 1:52 PM, mikaelstaldal <[email protected]> wrote:

> Github user mikaelstaldal commented on the issue:
>
>     https://github.com/apache/logging-log4j2/pull/29
>
>     @garydgregory OK, maybe keep it as system property then.
>
>     BTW, is there a way to safely try to load it on Windows, and
> gracefully do without it if the native library is missing (but the Java
> library is there)?
>
>
> ---
> If your project is set up for it, you can reply to this email and have your
> reply appear on GitHub as well. If your project does not have this feature
> enabled and wishes so, or if the feature is enabled but not working, please
> contact infrastructure at [email protected] or file a JIRA ticket
> with INFRA.
> ---
>

Reply via email to