java.lang.UnsatisfiedLinkError: no xxx in java.library.path

Michael McMahon michael.x.mcmahon at oracle.com
Thu Feb 16 06:45:27 PST 2012


Is xxx a native library located in the current working directory where you
start your app?

If so, then it appears that "." was included as a default search 
location in Apples Java,
but isn't in jdk7u4. Can you put the directory name explicitly in 
DYLD_LIBRARY_PATH?
It should find it then. We're investigating what to do about this.

- Michael
On 16/02/12 13:50, Tobias Bley wrote:
> Hi,
>
> when I start my java application with current open jdk7u4 I get the following exception
>
> java.lang.UnsatisfiedLinkError: no xxx in java.library.path
>
> Is there anything that has been changed with the java.librar.path property?
>
> Best regards,
> Tobi
>
>
>
>
>
>
>



More information about the macosx-port-dev mailing list