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 FrankMcCown: http://wiki.apache.org/nutch/RunNutchInEclipse0%2e9 The comment on the change is: Clarified some instructions and improved grammar ------------------------------------------------------------------------------ * Nutch release 0.9 * Eclipse 3.3 - aka Europa * Java 1.6 - * Ubuntu (should work on most platform, though) + * Ubuntu (should work on most platforms though) == Before you start == @@ -34, +34 @@ === Configure Nutch === - * see the [http://wiki.apache.org/nutch/NutchTutorial Tutorial] + * See the [http://wiki.apache.org/nutch/NutchTutorial Tutorial] - * change the property "plugin.folders" to "./src/plugin" on $NUTCH_HOME/conf/nutch-defaul.xml + * Change the property "plugin.folders" to "./src/plugin" on $NUTCH_HOME/conf/nutch-defaul.xml - * make sure Nutch is configured correctly before testing it into Eclipse ;-) + * Make sure Nutch is configured correctly before testing it into Eclipse ;-) - === missing org.farng and com.etranslate === + === Missing org.farng and com.etranslate === - You will encounter problems with some imports in parse-mp3 and parse-rtf plugins (30 errors in my case). + Eclipse will complain about some import statements in parse-mp3 and parse-rtf plugins (30 errors in my case). - Because of incompatibility with Apache license they were left from sources. + Because of incompatibility with the Apache license, the .jar files that define the necessary classes were not included with the source code. + - You can download them here: + Download them here: http://nutch.cvs.sourceforge.net/nutch/nutch/src/plugin/parse-mp3/lib/ http://nutch.cvs.sourceforge.net/nutch/nutch/src/plugin/parse-rtf/lib/ Copy the jar files into src/plugin/parse-mp3/lib and src/plugin/parse-rtf/lib/ respectively. - Then add them to the libraries to the build path (First refresh the workspace. Then Right click on the source + Then add them to the libraries to the build path (First refresh the workspace. Then right-click on the source - folder => Java Build Path => Libraries => Add Jars). + folder > Java Build Path > Libraries > Add Jars. In Eclipse version 3.4, right-click the project folder > Build Path > Configure Build Path... Then select the Libraries tab, click "Add Jars..." and then add each .jar file individually). === Build Nutch === - * In case you setup the project correctly, Eclipse will build Nutch for you into "tmp_build". + If you setup the project correctly, Eclipse will build Nutch for you into "tmp_build". See below for problems you could run into. - -