Re: error in native code execution

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



mohammed hegazy wrote:
> Dear All,
> i forgot to say The error in the log that i sent is :
> java.lang.UnsatisfiedLinkError: registerNatives 

This is because edu.emory.mathcs.backport.java.util.concurrent uses
a native library that you haven't got.

There is no need to use this library: replace all uses of
edu.emory.mathcs.backport.java.util.concurrent.*
with java.util.concurrent.* and all will be well.

Andrew.

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux