You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2009/05/12 00:21:05 UTC

[Cassandra Wiki] Update of "GettingStarted" by JonathanEllis

Dear Wiki user,

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

The following page has been changed by JonathanEllis:
http://wiki.apache.org/cassandra/GettingStarted

The comment on the change is:
add JDK6 on OS X note

------------------------------------------------------------------------------
  
   1. `ant` (optional: `ant test`)
  
- ''Note: JDK 1.6 is required.  If you get an error like "class file has wrong version 50.0, should be 49.0" then ant is using 1.5 instead.''
+ ''Note: JDK 1.6 is required.  If you get an error like "class file has wrong version 50.0, should be 49.0" then ant is using 1.5 instead.  This seems to be a particular pain point for people on OS X. If you've kept up with Apple's updates, Java 6 should already be installed (it comes in Mac OS X 10.5 Update 1). Unfortunately, Apple does not default to using it. What you have to do is change your `JAVA_HOME` environment setting to `/System/Library/Frameworks/JavaVM.framework/Versions/1.6` and add `/System/Library/Frameworks/JavaVM.framework/Versions/1.6/bin` to the beginning of your `PATH`.''
  
  
  === Start Cassandra on a single node ===