Well as far as I remember this was an old issue with 0.10.0.x or something. In 0.10.2.x librocksdbjni dll is part of rocksdbjni-5.0.1.jar so there is no need to build separately for windows.
Did something got changed in 0.11.x ? Thanks Sachin On Fri, Oct 6, 2017 at 10:00 PM, Ted Yu <yuzhih...@gmail.com> wrote: > I assume you have read > https://github.com/facebook/rocksdb/wiki/Building-on-Windows > > Please also see https://github.com/facebook/rocksdb/issues/2531 > > BTW your question should be directed to rocksdb forum. > > > > On Fri, Oct 6, 2017 at 6:39 AM, Valentin Forst <valen...@aseno.de> wrote: > > > Hi there, > > > > We have Kafka 0.11.0.0 running to DC/OS. So, I am developing on windows > > (it's not my fault ;-)) and have to ship to a Linux-Container (DC/OS) in > > order to run a java-app. > > > > What is the best way to use Kafka-streams maven dependency w.r.t. RocksDB > > in order to work on both OSs? > > Currently I am getting the following error: > > > > UnsatisfiedLinkError … Can’t find dependency library. Trying to find > > rocksdbjni,…dll > > > > Thanks in advance > > Valentin >