RE: How to enable JNA for Cassandra on Windows?

2011-09-23 Thread Viktor Jevdokimov
I found that there's no C library under Windows, and msvcrt does not provide mlockall function, so currently there's no way to use JNA under Windows. That way mmap is not a good idea? Best regards/ Pagarbiai Viktor Jevdokimov Senior Developer Email: viktor.jevdoki...@adform.com

Re: How to enable JNA for Cassandra on Windows?

2011-09-23 Thread Jonathan Ellis
mmap is supported by the JDK, jna is not required. On Fri, Sep 23, 2011 at 5:07 AM, Viktor Jevdokimov viktor.jevdoki...@adform.com wrote: I found that there‘s no C library under Windows, and msvcrt does not provide mlockall function, so currently there‘s no way to use JNA under Windows. That

How to enable JNA for Cassandra on Windows?

2011-09-22 Thread Viktor Jevdokimov
Hi, I'm trying without success to enable JNA for Cassandra on Windows. Tried to place JNA 3.3.0 libs jna.jar and platform.jar into Cassandra 0.8.6 lib dir, but getting in log: Unable to link C library. Native methods will be disabled. What is missed or what is wrong? One thing I've found on