On Sun "邹权" <[email protected]> wrote: > Can anybody tell me how to deal with it? Which jar file is > important for ''org.apache.mahout.*' ?
Depending on the IDE you use it might be easier to tell maven to generate a complete project for you. That way you do not only get the mahout jars themselves but also all dependencies. If you use Eclipse, just type mvn eclipse:eclipse on the command line in the project root and later in Eclipse import the project. As an alternative, you can also use the Eclipse plugin that adds Maven support to the IDE. The process for IntelliJ is comparable. Cheers, Isabel
