I cannot get MyEclipse 10 to start JBoss 7. When I try i get an error message on the console that says
Unable to access jarfile /work/edward/xxx/jboss-as-7.0.2.Final/jboss-modules.jar
When I try to create a launch configuration I see that the Program Arguments has the following :
"/work/edward/xxx/jboss-as-7.0.2.Final/jboss-modules.jar " -mp /work/edward/xxx/jboss-as-7.0.2.Final/modules -logmodule org.jboss.logmanager -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone
Notice that the jboss-modules.jar has a space at the end. If I take that space out then JBoss starts. It looks like the space in the quoted string is being honored when looking for the class.