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. �