views:

40

answers:

2

Hi everyone,

I have been using eclipse for a couple of weeks now, and all of a sudden it has started crashing with this error:

An internal error occurred during: "Selection Job titile".
java.lang.StackOverflowError

Here's some other info:

  • It's the most recent build of Eclipse Helios
  • I have installed subclipse
  • I use mylyn a bit
  • My current project is in SVN.

Does anyone know how to fix this?

EDIT: It is now crashing with all sorts of errors, different every time

Thanks,

Lemiant

A: 

add maximum heap size, such as -Xmx348m add perm size, such as -XX:MaxPermSize=256m

Kane
What will that do?
lemiant
A: 

Just throwing this up so that I can mark it as answered. Like Reapth said:

Command Prompt:

C:\Program Files\Eclipse\eclipse\eclipse.exe -clean

and its fixed.

Lemiant

lemiant