[jboss-user] [JBoss Tools (users)] - Re: problem with jboss tools m2plugin and maven warnings ab

snjeza do-not-reply at jboss.com
Tue Jul 28 15:43:02 EDT 2009


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



More information about the jboss-user mailing list