Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The following page has been changed by MiddleForkMaps: http://wiki.apache.org/nutch/GettingNutchRunningWithDebian New page: = Installing and Running Nutch Under Debian 'Etch' = == Install Sun's Java == Sun Java is available as a set of Debian packages and may be easily installed using apt. To obtain Sun's Java, ensure that 'non-free' is included in /etc/apt/sources.list ''# apt-get install sun-java5-bin sun-java5-demo sun-java-5jdk sun-java5-jre'' Since there may be more than one flavor of Java on the system (e.g. kaffe) ensure that Sun Java is the chosen alternative ''# update-alternatives --config java'' // then select sun java from the menu If necessary edit /etc/profile to include the following lines: ''JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.10'' ''export JAVA_HOME''