Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I was reading somewhere that in order to use the org.apache.cassandra classes in my java project I need to import the apache-cassandra-x.x.x.jar in my java project CLASSPATH but I was unable to find it in any of the folders in my /cassandra path. Has it been deprecated? Is there an alternative to it?

share|improve this question
1  
I'm sorry but I really had to say it. apache-cassandra-x.x.x.jar sounds like an adult film title. – Loïc Faure-Lacroix Jan 15 '11 at 0:08
I am glad to hear that people are deriving pleasure from the simplistic vagaries of prose :) – sc_ray Jan 15 '11 at 0:12

1 Answer

up vote 2 down vote accepted

Well I have apache-cassandra-0.6.9.jar in my cassandra's lib directory, and that was unpacked as-is from the .tgz distro.

Are you sure you downloaded the bin distro, rather than the src?

share|improve this answer
yeah..I think that's what happened. I downloaded the src instead of the bin distro. – sc_ray Jan 15 '11 at 0:26
fixed. Doing an "ant jar" from the command line fixed it by putting the JAR in the build folder. Thanks for the help. – sc_ray Jan 15 '11 at 0:36

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.