Open mstump opened 12 years ago
In order to get around this, you'll need to jump into the hector.rb dir and create a vendor/jars
as you noted. Then head over here (https://github.com/rantav/hector/downloads) and download the latest and greatest of the jars tarball and put it in the vendor/jars
directory. That should be helpful.
I know this is an old issue, but we have created a fork of this project that includes the jars.
Owen
So I'm attempting to use hector.rb in my first jruby project. I add the gem, attempt to start the rails server, and am immediatly greeted by the following error:
From the looks of the code it appears as if you expect /vendor/jars to exist, and that it should contain the jars necessary for hector. I want to understand how you intended that these dependencies be met. Should we copy the jars ourselves to the correct directory, should they be distributed as part of the jar, or is there something else that I'm missing?