another solution here: http://askubuntu.com/questions/761604/eclipse-not-working-in-16-04/761680#761680 (ubuntu issue https://bugs.launchpad.net/ubuntu/+source/java-common/+bug/1552764)
cor3000 ( 2016-11-03 11:17:16 +0800 )editFirst time here? Check out the FAQ!
Been using ZK Studio with Eclipse for some years without problems.
As soon as I install it in Eclipse NEON (or even MARS) with Ubuntu 16.04, I do a restart (as suggested after an install of a plugin), it works, but next start of Eclipse fails. Only way to start Eclipse is with a new workspace. But then it will fail again on next restart.
There are many Google hits regarding Eclipse problems with GTK 3 and Ubuntu 16.04 but any suggestions in those posts do not help.
Anyone got Eclipse with ZK Studio working on Ubuntu 16.04?
If I remove ZK Studio, Eclipse works fine.
Creating a shell script with an export to tell Eclipse to use GTK2 like below:
export SWT_GTK3=0
/home/bob/eclipse/jee-neon/eclipse/eclipse
seems to fix the problem.
Thanks.
I recently upgraded to ubuntu 16.04 with eclipse (mars haven't tried neon since) and encountered a similar sounding error: https://bugs.eclipse.org/bugs/show_bug.cgi?id=492371
In order to fix this I had to start eclipse with an additional environment variable: as described in this comment: https://bugs.eclipse.org/bugs/show_bug.cgi?id=492371#c30
I hope this helps in your case too ... once I upgrade to neon I'll check if this still works as before.
Under windows I haven't encountered this problem yet.
another solution here: http://askubuntu.com/questions/761604/eclipse-not-working-in-16-04/761680#761680 (ubuntu issue https://bugs.launchpad.net/ubuntu/+source/java-common/+bug/1552764)
cor3000 ( 2016-11-03 11:17:16 +0800 )editHello Bobzk,
I did a search in stack overflow and found this solution:
Can you try it out?
Best Regards,
Darksu
Hi Darksu,
You sure that is for Ubuntu/Xubuntu 16.04? Can you point me to the stack overflow page you are quoting. I would like to see exactly what they are saying. There is no GTK or NO GTK theme option that I can see.
Thanks,
Bobzk
Hello Bobzk,
This can help out
https://coffeeorientedprogramming.wordpress.com/2014/10/27/how-to-tell-if-you-are-running-eclipse-on-gtk2-or-on-gtk3/
Best Regards,
Darksu
Asked: 2016-08-19 14:46:58 +0800
Seen: 137 times
Last updated: Nov 07 '16
ZK studio and eclipse outline problem
ZK Package configuration problem
Eclipse Autocomplete not working in ZUL files...
Syntax Error mark ... help me!
Manual Installation of ZK Studio
Can't see button text whilst running simple demo
Adding Vbox to Center layout in Java