Skip to main content



      Home
Home » Newcomers » Newcomers » Eclipse fails to start after updating
Eclipse fails to start after updating [message #45511] Sat, 02 April 2005 05:51 Go to next message
Eclipse UserFriend
Originally posted by: hsn.wolfsbane.dk

Hi all!


I have happily been using Eclipse since the beginning of February (and
have been making fun of my classmates, who use the limited version of
JBuilder), but the fun has stopped since we got to the grafical stuff.

I let Eclipse search for updates to install to get the correct files, but
after installing, it did not display the JFrame (VE, had GEF & EMF
downloaded and installed as well) correctly, refused to run the graphical
application and then said new features were ready to be installed (after
running automatic update in the backgroup).

Unwise, I allowed it to install the updates - and now my Eclipse is
refusing to start at all. I get an error message similar to the one I
would get if it could not find my java (I am using 1.5 on Windows XP Pro),
but that is not the problem, as I get the same error message regardless of
the path being included in my shortcut or not.

Can someone please help me, as I would hate to have to surrender to
JBuilder? I am getting to be Eclipse addicted and I really neeeeeed my
programming fix.

;-)
Jhez, Denmark
PS: [message #45541 is a reply to message #45511] Sat, 02 April 2005 06:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hsn.wolfsbane.dk

The version of Eclipse is 3.1.M. My log says:

!SESSION 2005-04-02 12:31:51.257
-----------------------------------------------
eclipse.buildId=I20041216-2000
java.version=1.5.0_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=da_DK
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 2005-04-02 12:31:51.257
!MESSAGE An unexpected runtime error has occurred. The application will
terminate.
!STACK 0
java.lang.OutOfMemoryError: Requested array size exceeds VM limit
Re: Eclipse fails to start after updating [message #45571 is a reply to message #45511] Sat, 02 April 2005 06:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hsn.wolfsbane.dk

(Second try to amend my post)

PS: My version of Eclipse is 3.1M. This is my log:
!SESSION 2005-04-02 12:31:51.257
-----------------------------------------------
eclipse.buildId=I20041216-2000
java.version=1.5.0_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=da_DK
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 2005-04-02 12:31:51.257
!MESSAGE An unexpected runtime error has occurred. The application will
terminate.
!STACK 0
java.lang.OutOfMemoryError: Requested array size exceeds VM limit

;-)
Jhez
Re: Eclipse fails to start after updating [message #45599 is a reply to message #45571] Sat, 02 April 2005 06:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hcs33.egon.gyaloglo.hu

Hi,

The OutOfMemoryError indicates that there is not enough memory to run
Eclipse. You can use the -vmargs -Xmx directive to add more memory available
for the Java VM.

Eg. if you have eclipse installed under c:\eclipse, jdk under c:\jdk and you
have at least 512MB of physical memory you can use the following shortcut to
start Eclipse:

c:\eclipse\eclipse.exe -vm c:\jdk\bin\javaw.exe -vmargs -Xmx384M

Maybe this helps.

HTH,
Regards,
Csaba

Jhez wrote:
> (Second try to amend my post)
>
> PS: My version of Eclipse is 3.1M. This is my log:
> !SESSION 2005-04-02 12:31:51.257
> -----------------------------------------------
> eclipse.buildId=I20041216-2000
> java.version=1.5.0_02
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=da_DK
> Command-line arguments: -os win32 -ws win32 -arch x86
>
> !ENTRY org.eclipse.osgi 2005-04-02 12:31:51.257
> !MESSAGE An unexpected runtime error has occurred. The application will
> terminate.
> !STACK 0
> java.lang.OutOfMemoryError: Requested array size exceeds VM limit
>
> ;-)
> Jhez
Re: Eclipse fails to start after updating [message #45629 is a reply to message #45599] Sat, 02 April 2005 07:52 Go to previous message
Eclipse UserFriend
Originally posted by: hsn.wolfsbane.dk

Thank you, it seems my Eclipse is once more able to start. Now I just have
to get that darn graphical stuff working...


;-)
Jhez
"Horv
Previous Topic:importing folders into a project
Next Topic:how to change username and password
Goto Forum:
  


Current Time: Fri May 09 03:56:11 EDT 2025

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

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

Back to the top