You can build librocksdbjni locally to fix it. I did that in my case. It is bit tricky and you need MS visual studio 15.
I suggest use the following link: http://mail-archives.apache.org/mod_mbox/kafka-users/201608.mbox/%3CCAHoiPjweo-xSj3TiodcDVf4wNnnJ8u6PcwWDPF7LT5ps%2BxQ3eA%40mail.gmail.com%3E Few point to remember 1. download cmake for windows 2. make sure to checkout 4.8.fb branch 3. make sure to merge this PR to you local branch https://github.com/facebook/rocksdb/pull/1223/files Follow the instructions in the mail and this https://github.com/facebook/rocksdb/blob/v4.8/CMakeLists.txt You are good to go. I suggest kafka binary to include this dll in future releases. Thanks Sachin On Fri, Oct 21, 2016 at 3:40 AM, Michael Noll <mich...@confluent.io> wrote: > I suspect you are running Kafka 0.10.0.x on Windows? If so, this is a > known issue that is fixed in Kafka 0.10.1 that was just released today. > > Also: which examples are you referring to? And, to confirm: which git > branch / Kafka version / OS in case my guess above was wrong. > > > On Thursday, October 20, 2016, Mohit Anchlia <mohitanch...@gmail.com> > wrote: > > > I am trying to run the examples from git. While running the wordcount > > example I see this error: > > > > Caused by: *java.lang.RuntimeException*: librocksdbjni-win64.dll was not > > found inside JAR. > > > > > > Am I expected to include this jar locally? > > > > > -- > *Michael G. Noll* > Product Manager | Confluent > +1 650 453 5860 | @miguno <https://twitter.com/miguno> > Follow us: Twitter <https://twitter.com/ConfluentInc> | Blog > <http://www.confluent.io/blog> >