m2eclipse requires JDK, but you started Eclipse with JRE.
Could you try to replace line 

  | C:\eclipse\eclipse\eclipse.exe -vmargs -Xms128m -Xmx512m -vm C:\Program 
Files\Java\jdk1.6.0_14\bin\javaw -clean
  | 
with

  | C:\eclipse\eclipse\eclipse.exe -vmargs -Xms128m -Xmx512m -vm "C:\Program 
Files\Java\jdk1.6.0_14\bin\javaw.exe" -clean
  | 

If C:\Program Files\Java\jdk1.6.0_14 is a directory that contains JDK, Eclipse 
will be started using JDK and m2eclipse won't complain.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246547#4246547

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246547
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to