I had troubles setting up my Cassandra IDE on IntelliJ IDEA 10 as well. The problems were related to IDEA not finding all the libraries necessary so I had to make sure all necessary libraries were downloaded and that hadoop directories etc were marked as source-folders in the project. I don't recognize the RowSerializer error though. Have you assured you are able to build Cassandra outside of IDEA, e.g. on command line?
Best regards, Tommy @tommysdk On Thu, Mar 31, 2011 at 3:56 AM, Maki Watanabe <watanabe.m...@gmail.com> wrote: > Hello, > > I'm trying to build and run cassandra 0.7.4-src on IntelliJ IDEA 10 CE > on OSX with reading > http://wiki.apache.org/cassandra/RunningCassandraInIDEA. > Though I need to omit interface/avro/gen-java, exclude > java/org/apache/cassandra/hadoop, and > download&add jna.jar into library path, I could kill most of errors. > > However, now it complains on compiling > java/org/apache/cassandra/db/ReadResponse.java, because of: > Error:(93, 27) can't access to org.apache.cassandra.db.RowSerializer > can't find class file of > org.apache.cassandra.db.RowSerializer > > I found the class RowSerializer in Row.java, as package > org.apache.cassandra.db scope, > But ReadResponse.java is in the package also. Then I can't understand > why IDEA can't find the class. > > Any suggestion? > > maki >