fusesource / leveldbjni

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

Scala problems #35

Closed nopper closed 11 years ago

nopper commented 11 years ago

As documented in this stackoverflow post I am having several problems to interact with the library in scala. Anyway, I am not sure if this bug is scala specific or not.

nopper commented 11 years ago

I managed to find a solution. Apparently running scala code from sbt doesn't cope well with JNI libraries.