Eclipse Luna crashes on new project in Ubuntu -
I have some difficulty working with Eclipse Luna. I downloaded tar.gz from the eclipse site and I downloaded tar.gz for Java JDK. I took everything out and the eclipse opens up properly, but when I try to create a new project, it crashes on me I went to java -version
in the terminal and tells me that I have version 1.8.0_25, so I do not think I have a problem with Java. Now, it happens if I try to make any kind of project. Eclipse opens a wizard to create a new type of a special type and then the whole app crashes. When I started to do this, I installed it under the KDE desktop. When the eclipse crashes, I get the message Java: /build/buildd/gtk2-engines-oxygen-1.4.5/src/animations/oxygencomboboxdata.cpp:87: zero oxygen :: ComboBoxData :: setButton (GtkWidget *): Condemnation '! _button._widget 'failed
Therefore, I decided to move the XFC desktop around it, because oxygen is a KDE theme. I uninstalled Eclipse and reinstated it under the XFC and I have the same behavior and only one error.
java.lang.ClassCastException: org.eclipse.osgi.internal Framework.EquinoxConfiguration $ 1 can not be molded in Java when I run the eclipse from the command line, I get this exception at startup. lang.String on org.eclipse.m2e.logback.configuration.LogHelper.logJavaProperties (LogHelper.java:26) on org.eclipse.m2e.logback.configuration.LogPlugin.loadConfiguration (LogPlugin.java:189) on org.eclipse. m2e.logback.configuration.LogPlugin.configureLogback (LogPlugin.java:144) on org.eclipse.m2e.logback.configuration.LogPlugin.access $ 2 (LogPlugin.java:107) org.eclipse.m2e.logback.configuration.LogPlugin on java.util.TimerThread.mainLoop at $ 1.run (LogPlugin.java:62) (Taimrkjawa END_SPAN55) on java.util.TimerThread.run (timers. Java: 505)
Anyone else have any idea about this, which to try?
According to 20 comments in this bug report:
This GTK A bug in (such as a similar p
Another workaround mentioned for oxygen, usually the pre-existing file
/usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc < Edit the code and
`gtkcombobox :: appears-as-list = 1`
`GtkComboBox:
This solution is working for me.
Comments
Post a Comment