I am using m2eclipse.
I configured jetty-maven plugin in pom.xml properly.
when I try to execute through CMD its working fine. No error
Whereas when I try to execute through eclipse,
$ java.lang.NoClassDefFoundError: MAVEN_OPTS=-Xdebug -Xnoagent -Djava/compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspended=y,address=8000
Exception in thread "main" $
I am missing some Jetty - Eclipse configuration. Can someone suggest on this.
D0 you find any error in this,
MAVEN_OPTS="-XX:MaxPermSize=256M -Xmx512M -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y"