I would check build path if it has some issues. Then did you set up plugins folder according to the article? I use absolute path to get rid of possible mistaces.
What about error messages? Do you have some? Sometimes I experienced problem when eclispe didn't compile when I had errors in xml files. Where do your Eclipse compiled classes go to? THey should go to a separate folder, not ant folder. e.g. classes Best Regards Alexander Aristov On 30 June 2012 20:39, praful <[email protected]> wrote: > Hi > I am running Nutch in Eclipse. > I followed the steps using this site : > http://wiki.apache.org/nutch/RunNutchInEclipse > > I encountered a problem while running which that says > > /Exception in thread "main" java.lang.Error: Unresolved compilation > problems: > String cannot be resolved to a type > Exception cannot be resolved to a type > System cannot be resolved > > at org.apache.nutch.crawl.Crawl.main(Crawl.java:53) > / > The build was successful. > > I am using nutch 1.4. > > Moreover, I would like to tell that i didnt understood the point 3 of > section *"Establish the Eclipse environment for Nutch"* and skipped it. I > guess the problem lies there only. > Can you please help me as the more I try to resolve it, the more i get > frustrated.Trying it from past 2 days. > It's a humble request please help > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Nutch-Exception-tp3992260.html > Sent from the Nutch - User mailing list archive at Nabble.com. >

