Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse.exe has stopped working(Unable to start Eclipse Indigo)
Eclipse.exe has stopped working [message #779398] Sun, 15 January 2012 16:23 Go to next message
Prerna Golani is currently offline Prerna GolaniFriend
Messages: 8
Registered: January 2012
Junior Member
I have downloaded eclipse.exe.When I click the icon eclipse icon disappears.
the eclipse.ini file

-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
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m

By running the following command on command prompt
eclipse -vm C:\Program Files\Java\jdk1.6.0_27\jre\bin\javaw.exe
I am getting a error.The snapshot of error is attached.

Please Help
  • Attachment: Error.png
    (Size: 56.25KB, Downloaded 854 times)
Re: Eclipse.exe has stopped working [message #779435 is a reply to message #779398] Sun, 15 January 2012 18:30 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 2012.01.15 9:23, Prerna Golani wrote:
> I have downloaded eclipse.exe.When I click the icon eclipse icon disappears.
> the eclipse.ini file
>
> -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
> 256M
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 256m
> --launcher.defaultAction
> openFile
> -vmargs
> -Dosgi.requiredJavaVersion=1.5
> -Xms40m
> -Xmx512m
>
> By running the following command on command prompt
> eclipse -vm C:\Program Files\Java\jdk1.6.0_27\jre\bin\javaw.exe
> I am getting a error.The snapshot of error is attached.
>
> Please Help

What do you mean by "has stopped working"? Has it ever worked for you?
Is this a Windows 7 64-bit installation? Follow instructions at
http://wiki.eclipse.org/Eclipse.ini to set up eclipse.ini correctly.
Ensure also that you're not trying to run a 32-bit Eclipse on a 64-bit JVM.
Re: Eclipse.exe has stopped working [message #779810 is a reply to message #779435] Mon, 16 January 2012 15:50 Go to previous messageGo to next message
Prerna Golani is currently offline Prerna GolaniFriend
Messages: 8
Registered: January 2012
Junior Member
I have downloaded eclipse for Window 7 32 bit.Should I download it for 64 bit.
Eclipse is not working means that whenever i click eclipse.exe icon of eclipse comes and then disappear,eclipse doesnt open.
Re: Eclipse.exe has stopped working [message #779816 is a reply to message #779810] Mon, 16 January 2012 16:05 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 2012.01.16 8:50, Prerna Golani wrote:
> I have downloaded eclipse for Window 7 32 bit.Should I download it for
> 64 bit.
> Eclipse is not working means that whenever i click eclipse.exe icon of
> eclipse comes and then disappear,eclipse doesnt open.

On a 64-bit OS, you may run either Eclipse 32-bit or Eclipse 64-bit, but
you need to wire up the correspondingly bitted JDK/JRE in eclipse.ini.
Re: Eclipse.exe has stopped working [message #779818 is a reply to message #779816] Mon, 16 January 2012 16:12 Go to previous messageGo to next message
Prerna Golani is currently offline Prerna GolaniFriend
Messages: 8
Registered: January 2012
Junior Member
I have checked my system is 32 bit and JDK is also for 32 bit.I have checked by running java program my java is installed successfully.Please help.
Re: Eclipse.exe has stopped working [message #779831 is a reply to message #779818] Mon, 16 January 2012 16:26 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 2012.01.16 9:12, Prerna Golani wrote:
> I have checked my system is 32 bit and JDK is also for 32 bit.I have
> checked by running java program my java is installed successfully.Please
> help.

Good. Now that we've settled that, how about your eclipse.ini file? Why
not paste that in here for us to inspect?
Re: Eclipse.exe has stopped working [message #779834 is a reply to message #779831] Mon, 16 January 2012 16:35 Go to previous messageGo to next message
Prerna Golani is currently offline Prerna GolaniFriend
Messages: 8
Registered: January 2012
Junior Member
eclipse.ini

-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
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m

-vm
C:\Program Files\Java\jdk1.6.0_27\jre\bin\server\jvm.dll
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
Re: Eclipse.exe has stopped working [message #779846 is a reply to message #779834] Mon, 16 January 2012 16:51 Go to previous messageGo to next message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
On 01/16/2012 10:35 AM, Prerna Golani wrote:
> eclipse.ini
>
> -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
> 256M
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 256m
>
> -vm
> C:\Program Files\Java\jdk1.6.0_27\jre\bin\server\jvm.dll
> --launcher.defaultAction
> openFile
> -vmargs
> -Dosgi.requiredJavaVersion=1.5
> -Xms40m
> -Xmx512m
>
Get rid of the blank line before the -vm.

Change the next line to be:
C:\Program Files\Java\jdk1.6.0_27\bin\javaw.exe
Re: Eclipse.exe has stopped working [message #893919 is a reply to message #779398] Fri, 06 July 2012 04:25 Go to previous message
Hitesh Parmar is currently offline Hitesh ParmarFriend
Messages: 1
Registered: July 2012
Junior Member
i have provided the simplest solution to this problem, check out this link parmarhh.wordpress.com/2011/05/25/eclipse-exe-has-stopped-working/ and let me know if you find it helpful.
Thanks & Regards,
HItesh.
Previous Topic:How to Combine Packages
Next Topic:Dynamic Help Problem
Goto Forum:
  


Current Time: Thu Mar 28 15:51:48 GMT 2024

Powered by FUDForum. Page generated in 0.05800 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top