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 The comment on the change is: corrected java-5jdk to java5-jdk ------------------------------------------------------------------------------ == 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''[[BR]] + ''# apt-get install sun-java5-bin sun-java5-demo sun-java5-jdk sun-java5-jre''[[BR]] 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[[BR]]