If you are looking to add hector, you'll need:

<dependency>
  <groupId>me.prettyprint</groupId>  <artifactId>hector</artifactId>
  <version>1.0-2</version>
</dependency>

-brian


---- 
Brian O'Neill
Lead Architect, Software Development
Health Market Science | 2700 Horizon Drive | King of Prussia, PA 19406
p: 215.588.6024blog: http://weblogs.java.net/blog/boneill42/
blog: http://brianoneill.blogspot.com/







On 1/5/12 3:04 PM, "Chris Gerken" <chrisger...@mindspring.com> wrote:

>I hate to admit it, but I use maven to get the classpaths right in
>Eclipse: 
>  
>       <dependency>
>               <groupId>org.apache.cassandra</groupId>
>               <artifactId>cassandra-all</artifactId>
>               <version>1.0.6</version>
>               <type>jar</type>
>               <scope>compile</scope>
>       </dependency>
>       <dependency>
>               <groupId>org.cassandraunit</groupId>
>               <artifactId>cassandra-unit</artifactId>
>               <version>1.0.1.1</version>
>               <type>jar</type>
>               <scope>compile</scope>
>       </dependency>
>
>Chris Gerken
>
>
>On Jan 5, 2012, at 12:51 PM, rektide wrote:
>
>> Hector is a library. It needs to be added to your Eclipse project's
>>"build classpath"
>> somehow before you can begin using it in Eclipse.
>> 
>> On Thu, Jan 05, 2012 at 11:25:16PM +0700, dir dir wrote:
>>>   Hi Folk,
>>>   I am a beginner user in Cassandra. I have a question about the usage
>>>and
>>>   integration (or installation) hector into eclipse IDE? I try to find
>>>the
>>>   answer
>>>   by googling, but I do not find a proper guidance to do it. Would you
>>>want
>>>   to help me
>>>   by telling me how to do it or showing me the proper guidance in the
>>>   internet??
>>>   Thank you. �
>


Reply via email to