This content has been marked as final.
Show 2 replies
-
1. Re: Problem with Eclipse IDE and Maven
peterj Mar 4, 2010 3:09 PM (in response to juank)Do what the warning message says - add a -vm entry to your eclipse.ini file. Mine looks like this:
-startup
plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-product
org.eclipse.epp.package.jee.product
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vm
C:/apps/Java/jdk1.6.0_18/jre/bin/client/jvm.dll
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512mAnd would some kind moderator please move this post to where is belongs, perhaps in JBoss Tools forum? The development forum is the wrong place, and this has nothign to do with Portal.
-
2. Re: Problem with Eclipse IDE and Maven
juank Mar 5, 2010 12:16 PM (in response to juank)Thanks 4 helping me.