Christian Goos <[EMAIL PROTECTED]> wrote on 22/07/2003 09:29:07 PM: > Hi, > > > > When using the generated .classpath-file from the maven eclipse-plugin I get > a NoClassDefFoundError when I run > > the project. How do you 'run the project'?
> The format of the file is > > <classpathentry kind="var" path="MAVEN_REPO/someGroup/jars/someJar.jar"> > > I generated the MAVEN_REPO-Variable with the eclipse-plugin to point to the > correct path, but it still does not work. > > > > The build works fine and eclipse finds the classes to compile the project. > But when I run the program I get the error. > > (I can start the program when replacing MAVEN_REPO with the absolute path) > > > > Any idea what might cause the problem? Sounds like you need classes at runtime, that are not in the build path. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/
