I am using Eclipse Neon IDE (for Java EE developers) in Ubuntu 17.04.
I tried other versions of eclipse also, but I am not able to see tool bar in the eclipse.
Please help me on this.
Thanks in advance
Asked
Active
Viewed 563 times
1 Answers
2
This seems to be Eclipse bug 516408. Maybe it is already fixed in Eclipse Oxygen. If not, please add a comment in the Eclipse bug and try following workaround:
Workaround: Use Ubuntu 16.04 (gtk-3.18.9), or set SWT_GTK3=0

howlger
- 31,050
- 11
- 59
- 99
-
I tried Eclipse Oxygen too, but the issue is present in this version too. – Saroj Aug 11 '17 at 05:57
-
Too bad. Did you also try to start Eclipse from a terminal: `export SWT_GTK3=0` and then run `eclipse`? – howlger Aug 11 '17 at 09:05
-
As of now, I was just starting the eclipse by double clicking the eclipse executable file. But I will try to do the same through terminal as well. – Saroj Aug 13 '17 at 00:50