Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Neon Does Not Start

Tags:

eclipse

aptana

Eclipse Neon displays an error message box during startup and will not open. The message gives a file path to a log file. In that file I see this error message:

!ENTRY org.eclipse.e4.ui.workbench.swt 4 2 2016-11-13 08:50:49.856
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.e4.ui.workbench.swt".
!STACK 0
java.lang.IllegalAccessError: com.aptana.editor.css.CSSSourceEditor.isWordWrapEnabled()Z
    at org.eclipse.ui.texteditor.WordWrapToggleAction.isWordWrapEnabled(WordWrapToggleAction.java:66)
    at org.eclipse.ui.texteditor.WordWrapToggleAction.update(WordWrapToggleAction.java:57)
    at org.eclipse.ui.texteditor.TextEditorAction.<init>(TextEditorAction.java:68)
    at org.eclipse.ui.texteditor.WordWrapToggleAction.<init>(WordWrapToggleAction.java:34)
    at org.eclipse.ui.texteditor.AbstractTextEditor.createActions(AbstractTextEditor.java:5898)
    at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createAction

The OS is Ubuntu 16.04

like image 864
Stephen Avatar asked Nov 13 '16 17:11

Stephen


People also ask

Why is my Eclipse not opening?

If you've "installed" Eclipse but are having trouble getting it to run, the most likely cause is that you have not correctly specified the JVM for it to run under. You may need to edit the eclipse. ini file. Another common mistake on Microsoft Windows is a mismatch between the "bittedness" of Eclipse and the JVM/JDK.

How do I fix Eclipse not responding?

If there is a project you earlier imported externally (outside of Workspace), that may cause this problem. If you can access Eclipse try to remove it. If you are getting the 'No responding at startup', then go delete the file at source. This will solve the problem.


1 Answers

i found this solution and it worked for me.

I went to directory:

.metadata.plugins\org.eclipse.e4.workbench

And renamed

workbench.xmi to workbenchOLD.xmi

I found it here:

org.eclipse.swt.SWTException: “Widget is disposed” when trying to open AndroidManifest.xml

I hope it helped! See you,

Federico

like image 184
M3rlino Avatar answered Oct 25 '22 23:10

M3rlino