java - Eclipse fails to launch (RSEUIStartup) -
hello :) posting here know if of have encountered problem before:
eclipse fails launch, here .metadata/.log file workspace: http://pastebin.com/beuwasq4
it happened after ui began malfunctioning after line of length 1 500 000 got printed console (which had configured roll on 800 000 bytes, 100 000 default)
i think key error in log file @ org.eclipse.ui.workbench
plugin startup (line 42: rseuistartup
)
imho ui fails launch because can't handle console again. guys know how reset ui display outside eclipse?
edit: problem solved, aaron! beginning panic after new install of eclipse crashing. used this answer restoring launch configurations had.
i'm not sure plugin causes problems here when eclipse fails launch, should:
- enable console , debugging. start eclipse
-console -consolelog -debug
- make sure eclipse uses
java
, notjavaw
start. otherwise, won't see output. - to tell eclipse want debug, create file
.options
in same foldereclipse.ini
..options
files in plugins see options can put in file. here .options file org.eclipse.core.runtime bundle.
that can narrow down issue. often, file in .metadata
directory has been corrupted , eclipse has no support identifying these files.
if that's case, need clean directory. follow these instructions make work again least amount of hazzle.
Comments
Post a Comment