Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "RunNutchInEclipse" page has been changed by LewisJohnMcgibbney: http://wiki.apache.org/nutch/RunNutchInEclipse?action=diff&rev1=23&rev2=24 == Steps == === Install Nutch === - * Grab an official release of Nutch 1.3 from [[http://www.apache.org/dyn/closer.cgi/nutch/|here]] or check out the latest trunk development [[https://svn.apache.org/repos/asf/nutch/trunk|here]]. + Use the Subclipse plugin to check out the latest Nutch Trunk development. + * File > New > Project > SVN > Checkout Projects from SVN + * Create new repository location > https://svn.apache.org/repos/asf/nutch/trunk + * Subclipse will ask some additional configuration options. Checkout Nutch into your workspace. * Do not build Nutch now. Make sure you have no .project and .classpath files in the Nutch directory and that Nutch has not built the /runtime directory '''N.B.''' This is absolutely essential. === Create a new java project in Eclipse === - * File > New > Project > Java project + * * Name the project * Select "Create project from existing source" and use the location where you downloaded Nutch * Click on Next, and wait while Eclipse is scanning the folders

