Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse Crashing Upon Entering a Workspace?(Eclipse crashes when I enter a workspace.)
Eclipse Crashing Upon Entering a Workspace? [message #1084571] Sun, 11 August 2013 19:49 Go to next message
Michael Biancardi is currently offline Michael BiancardiFriend
Messages: 1
Registered: August 2013
Junior Member
I have Eclipse 64 bit on my computer. Whenever I load into a workspace, I get this error:

---------------------------
Eclipse
---------------------------
C:\Windows\system32\javaw.exe
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-jar
C:\Users\Michael\Downloads\eclipse-standard-kepler-R-win32-x86_64\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
-data
C:\Users\Michael\Desktop\AwesomeJava
-os
win32
-ws
win32
-arch
x86_64
-showsplash
C:\Users\Michael\Downloads\eclipse-standard-kepler-R-win32-x86_64\eclipse\\plugins\org.eclipse.platform_4.3.0.v20130605-2000\splash.bmp
-launcher
C:\Users\Michael\Downloads\eclipse-standard-kepler-R-win32-x86_64\eclipse\eclipse.exe
-name
Eclipse
--launcher.library
C:\Users\Michael\Downloads\eclipse-standard-kepler-R-win32-x86_64\eclipse\\plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130521-0416\eclipse_1503.dll
-startup
C:\Users\Michael\Downloads\eclipse-standard-kepler-R-win32-x86_64\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.appendVmargs
-exitdata
2f44_58
-product
org.eclipse.epp.package.standard.product
-vm
C:\Windows\system32\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-jar
C:\Users\Michael\Downloads\eclipse-standard-kepler-R-win32-x86_64\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar

---------------------------
OK
---------------------------


Please help me fix this.
Re: Eclipse Crashing Upon Entering a Workspace? [message #1085206 is a reply to message #1084571] Mon, 12 August 2013 15:37 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
Michael,

Is this a 64bit JVM? If not, edit the eclipse.ini to specify the -vm
option to refer to a 64 bit JVM:
http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html


On 12/08/2013 3:12 PM, Michael Biancardi wrote:
> I have Eclipse 64 bit on my computer. Whenever I load into a
> workspace, I get this error:
>
> ---------------------------
> Eclipse
> ---------------------------
> C:\Windows\system32\javaw.exe
> -Dosgi.requiredJavaVersion=1.6
> -Xms40m
> -Xmx512m
> -XX:MaxPermSize=256m
> -jar
> C:\Users\Michael\Downloads\eclipse-standard-kepler-R-win32-x86_64\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
>
> -data
> C:\Users\Michael\Desktop\AwesomeJava
> -os
> win32
> -ws
> win32
> -arch
> x86_64
> -showsplash
> C:\Users\Michael\Downloads\eclipse-standard-kepler-R-win32-x86_64\eclipse\\plugins\org.eclipse.platform_4.3.0.v20130605-2000\splash.bmp
>
> -launcher
> C:\Users\Michael\Downloads\eclipse-standard-kepler-R-win32-x86_64\eclipse\eclipse.exe
>
> -name
> Eclipse
> --launcher.library
> C:\Users\Michael\Downloads\eclipse-standard-kepler-R-win32-x86_64\eclipse\\plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130521-0416\eclipse_1503.dll
>
> -startup
> C:\Users\Michael\Downloads\eclipse-standard-kepler-R-win32-x86_64\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
>
> --launcher.appendVmargs
> -exitdata
> 2f44_58
> -product
> org.eclipse.epp.package.standard.product
> -vm
> C:\Windows\system32\javaw.exe
> -vmargs
> -Dosgi.requiredJavaVersion=1.6
> -Xms40m
> -Xmx512m
> -XX:MaxPermSize=256m
> -jar
> C:\Users\Michael\Downloads\eclipse-standard-kepler-R-win32-x86_64\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
>
>
> ---------------------------
> OK ---------------------------
>
>
> Please help me fix this.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Help Needed in getting the model Object of TextEditor
Next Topic:Eclipse repeatedly crashing
Goto Forum:
  


Current Time: Thu Mar 28 17:29:47 GMT 2024

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

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

Back to the top