Dear Wiki user,

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

The "DebianPackaging" page has been changed by DavidStrauss.
The comment on this change is: Correct spelling, drop instructions to install 
default-jdk because the Cassandra package should handle that..
http://wiki.apache.org/cassandra/DebianPackaging?action=diff&rev1=18&rev2=19

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

  == Official Debian Package ==
- 
- To run Cassandra, you will need a compatible JVM. If you're on a Debian or 
Ubuntu system, you should probably install OpenJDK:
- {{{
- sudo apt-get install default-jdk
- }}}
  
  To install on Debian or Debian derivatives, use the following sources:
  
@@ -65, +60 @@

  Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode, sharing)
  }}}
  
- By default, installing the Casasndra Debian package or its build dependencies 
will pull in OpenJDK.  For runtime purposes this will work fine, but due to an 
issue with the packaging of OpenJDK in Lenny (see 
http://bugs.debian.org/501487), building the package from source will fail.  If 
you need to (re)build the package on Lenny, install `sun-java6-jdk` before-hand 
(`sun-java6-jdk` provides `java6-sdk` which satisfies the dependency), or use 
the alternatives system to change the default compiler afterward.
+ By default, installing the Cassandra Debian package or its build dependencies 
will pull in OpenJDK.  For runtime purposes this will work fine, but due to an 
issue with the packaging of OpenJDK in Lenny (see 
http://bugs.debian.org/501487), building the package from source will fail.  If 
you need to (re)build the package on Lenny, install `sun-java6-jdk` before-hand 
(`sun-java6-jdk` provides `java6-sdk` which satisfies the dependency), or use 
the alternatives system to change the default compiler afterward.
  
  {{{
  sudo update-alternatives --config javac

Reply via email to