Hi,
When using the generated .classpath-file from the maven eclipse-plugin I get a NoClassDefFoundError when I 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? Thanks Christian
