Every time I try to shutdown JBoss using MyEclipse I get this error message:
java.lang.NoClassDefFoundError: org/jboss/mx/util/ObjectNameFactory
at org.jboss.system.server.ServerImplMBean.<clinit>(ServerImplMBean.java:12)
at org.jboss.Shutdown.main(Shutdown.java:95)
Exception in thread “main”
Environment:
WinXP
JBoss 3.2.1
MyEclipse 2.5.1
JDK 1.4.2
Any ideas?