Eclipse 3.6.2 failed to create the java virtual machine [message #542715] |
Fri, 25 June 2010 12:55  |
Eclipse User |
|
|
|
My environment:
WindowsXP 32bit
4Giga memory, but only 3 something Giga can be dominated by Windows 32bit
My newly downloaded Eclipse 3.6.2 failed to startup.
Actually,
1) it's working fine with the following eclipse.ini
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v 20100503
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Xms40m
-Xmx256m
2) error message dialog jumps out with the following eclipse.ini
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v 20100503
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
1024m
--launcher.defaultAction
openFile
-vmargs
-Xms40m
-Xmx1024m
However, for my application, I do need a very huge memory, at least more than 1Giga .
So, can anybody give me a hand?
I'm wondering if I don't change the settings in eclipse.ini, but set up the memory requirements in projects arguments?
Best Regards
JIA
[Updated on: Fri, 25 June 2010 12:56] by Moderator
|
|
|
|
|
|
|
|
|
|
|
Re: Eclipse 3.6.2 failed to create the java virtual machine [message #656702 is a reply to message #656502] |
Mon, 28 February 2011 03:03   |
Eclipse User |
|
|
|
Il 26/02/2011 00:12, r.gangadhar@yahoo.com ha scritto:
> OS is Windows XP 32-bit
> JVM deatils
>
> java version "1.6.0_22"
> Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
> Java HotSpot(TM) Client VM (build 17.1-b03, mixed mode, sharing)
It's very strange. So, let's start from the beginning. Restore the
original eclipse.ini, that should be something like this:
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1. 1.R36x_v20100810
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
Once it is started, check in Help | About Eclipse Platform |
Installation Details | Configuration that you're actually using JRE
1.6.0_22 (look at the following properties: java.version,
java.runtime.version, java.vendor, java.runtime.name and java.vn.version).
If an error occurs, post here the exact stack trace.
Mauro.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Eclipse 3.6.2 failed to create the java virtual machine [message #708851 is a reply to message #542715] |
Wed, 03 August 2011 04:13  |
Eclipse User |
|
|
|
I solved it too the way "Ding" did on 2011-03-01: Delete the first "launcher.XXMaxPermSize"-value
Used with Eclipse Indigo
My eclipse.ini looks like this:
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
192m
--launcher.defaultAction
openFile
-vm C:\Programme\Java\jdk1.6.0_26\bin\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms128m
-Xmx512m
|
|
|
Powered by
FUDForum. Page generated in 0.06731 seconds