I am using RocksDB in a scala project with SBT.
For windows I understand that I need to infor SBT about the win64 DLL which is inside the jar file, but am still not getting this right.
I have tried what us written here but with no luck
How to resolve a non-jar (dll/jnilib) library dependencies in sbt?
How do I use RocksDB in a windows Java project?