fixed? can't load native libraries

Tobias Bley tobi at ultramixer.com
Thu Feb 23 00:52:25 PST 2012


Done :)

currently there is the following work around: 

public class TestLoadLibrary
{
    public static void main(String[] args)
    {
        File libFile = new File("libMyNativeLib.jnilib");
        System.load(libFile.getAbsolutePath());
    }
}



Tobi



Am 23.02.2012 um 09:30 schrieb Mike Swingler <swingler at apple.com>:

> Did you file a bug?
> 
> Regards,
> Mike Swingler
> Apple Inc.
> 
> On Feb 23, 2012, at 12:22 AM, Tobias Bley wrote:
> 
>> No my problem is the "Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: no JNativeMac in java.library.path"
>> 
>> I can't load native libraries any more :(
>> 
>> System: 10.7.3 and 10.8
>> 
>> Tobi
>> 
>> 
>> 
>> Am 23.02.2012 um 09:01 schrieb Henri Gomez <henri.gomez at gmail.com>:
>> 
>>> I guess problem is related with Freetype isn't it ?
>>> 
>>> If so, you need to upgrade to 10.7.3
>>> 
>>> 2012/2/23 Tobias Bley <tobi at ultramixer.com>
>>> Hi,
>>> 
>>> I recently downloaded the current jdk (OpenJDK 1.7 x64-u JRE from jdk7u branch (u3-b04)) but it seams that the "loading native libraries" bug is not fixed yet - is'nt it?
>>> 
>>> Is there any know work around at the moment?
>>> 
>>> Best regards,
>>> Tobi
>>> 
>>> 
>>> 
>>> 
>>> 
>> 
> 



More information about the macosx-port-dev mailing list