fusesource / leveldbjni

A Java Native Interface to LevelDB
BSD 3-Clause "New" or "Revised" License
536 stars 143 forks source link

Not supported Windows XP and Windows Server 2003 #47

Closed kkhmelevskoy closed 8 years ago

kkhmelevskoy commented 10 years ago

Leveldb port using InitOnceExecuteOnce. The one-time initialization functions are available starting with Windows Vista and Windows Server 2008. See http://msdn.microsoft.com/en-us/library/windows/desktop/aa363808(v=vs.85).aspx.

Same issue https://github.com/chirino/leveldb/issues/1

davsclaus commented 8 years ago

Old windows is not supproted