[jboss-user] [JBoss Tools (users)] - Re: Eclipse error

dgolovin do-not-reply at jboss.com
Tue Jul 8 03:43:00 EDT 2008


it seems eclipse.exe couldn't find java.exe. You can either renistall JRE or add it path to java.exe in <eclipse-home>/eclipse.ini file as
-vm c:/path-to-java-home/bin/java.exeso your eclipse ini file could look like this:
-vm c:/path-to-java-home/bin/java.exe
  | -debug
  | -showsplash
  | org.eclipse.platform
  | -vmargs
  | -Xms512M
  | -Xmx1024M
  | -XX:PermSize=256M
  | -XX:MaxPermSize=256M

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163002



More information about the jboss-user mailing list