thomas2004 wrote: Hi thomas2004,
> I build my project with mvn eclipse:eclipse but I got error: > > Caused by: java.lang.NoClassDefFoundError: > javax/activation/MimeTypeParseException > > I've check the class "javax.activation.MimeTypeParseException.java" is in > "activation-1.1.jar" and this jar is already in the Maven dependency in > Eclipse. > > What could be the problem? AFAIK the eclipse goal does not compile your code thus it shouldn't raise the error - but I may be wrong. Can you post the relevant lines from mvn -X -e eclipse:eclipse? Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
