You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Nicolas Roduit (JIRA)" <ji...@apache.org> on 2016/12/04 21:37:58 UTC

[jira] [Created] (FELIX-5439) Cannot load native libraries in Windows Server 2012 with the name win32

Nicolas Roduit created FELIX-5439:
-------------------------------------

             Summary: Cannot load native libraries in Windows Server 2012 with the name win32
                 Key: FELIX-5439
                 URL: https://issues.apache.org/jira/browse/FELIX-5439
             Project: Felix
          Issue Type: Bug
          Components: Framework
    Affects Versions: framework-5.6.0
         Environment: Windows
            Reporter: Nicolas Roduit


With a bundle config:
<Bundle-NativeCode>lib/jnilibijg.dll; processor=x86-64; osname=win32</Bundle-NativeCode>

The dll won't be loaded on Windows Server 2012.

To fix this issue add the following properties in resources/default.properties:
felix.native.osname.alias.windowsserver2012=windows server 2012,win32



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)