Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Error dialog on startup(Title: Eclipse - Content: Misc. technical info. - Sreenshot linked)
Error dialog on startup [message #520964] Mon, 15 March 2010 20:09 Go to next message
Eclipse UserFriend
Greetings,

I seem to have acquired quite a problematic issue; whenever I start Eclipse for Java (tried several different versions, same result) I get the following error: http://img7.imageshack.us/img7/6351/errorym.jpg
I'm synchronizing my Eclipse application directory between two computers, and at the other one I experience no problems whatsoever. Downloading Eclipse anew and deploying it solely on the first, troublesome one does not solve the problem.
I'm running Windows 7 Professional 64 bit on an i7 920 system with 6 GB of RAM, and I'm not experiencing any other unexplainable software issues. The Eclipse issue seems to have appeared after a recent disk formatting and re-installation of the OS.

Any clues as to what could be causing the problem, and how I can get Eclipse to start again?

Best regards and many thanks

[Updated on: Mon, 15 March 2010 20:11] by Moderator

Re: Error dialog on startup [message #520969 is a reply to message #520964] Mon, 15 March 2010 20:57 Go to previous messageGo to next message
Eclipse UserFriend
From what I see, looks like you`re trying to start eclipse with only 256MB.
You should try changing that configuration. You can read more about that here: http://blog.xam.dk/?p=58

Re: Error dialog on startup [message #521030 is a reply to message #520969] Tue, 16 March 2010 05:39 Go to previous messageGo to next message
Eclipse UserFriend
Thanks.

elcipse.ini - line breaks virtually inserted by editor
-startup
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-product
org.eclipse.epp.package.java.product
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx256m


I tried changing it to:

elcipse.ini - line breaks virtually inserted by editor
-startup
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-product
org.eclipse.epp.package.java.product
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms128m << Changes here
-Xmx512m << And here


But that did not work. I get the following error, probably the same as the original: http://img717.imageshack.us/img717/6485/error2m.jpg

Were my changes incorrect, or is there something else that might need doing?

[Updated on: Tue, 16 March 2010 05:39] by Moderator

Re: Error dialog on startup [message #521453 is a reply to message #521030] Wed, 17 March 2010 12:06 Go to previous message
Eclipse UserFriend
Any help? Sad
Previous Topic:coolant bubbles, intercooler or hd gasket leak?
Next Topic:jni library help?
Goto Forum:
  


Current Time: Thu Mar 27 17:12:46 EDT 2025

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

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

Back to the top