Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "RunningCassandraInEclipse" page has been changed by RogerSchildmeijer.
http://wiki.apache.org/cassandra/RunningCassandraInEclipse?action=diff&rev1=9&rev2=10

--------------------------------------------------

  
  {{attachment:AddThriftToBuildPath-10.png}}
  
+ If Eclipse still complains about compile errors it is because 'src' (and not 
'src/java') is added as source folder. To fix this I recommend to remove 'src' 
from build path and add 'src/java' to the build path (just like you did for the 
thrift and avro generated code).
+ 
+ Now, if you are lucky, your Eclipse workspace should look something like this:
+ 
+ {{attachment:FixSrcJavaSourceFolder-11.png}}
+  
+ 
  Now the errors should be gone and you are ready to create a run/debug 
configuration for cassandra.
  
  Click "Run" -> "Run Configurations...". Select 
org.apache.cassandra.thrift.CassandraDaemon as you Main class, make sure that 
your cassandra project is selected in the "Project" field.

Reply via email to