Some of the buttons in eclipse don’t work
January 29, 2010 | toolsauthor: Karol Zielinski | comments: 2 | views: 1109
Tags: button, eclipse, gdk_native_windows
Some time ago I realized that some of the buttons in my eclipse don’t work. I mean that I can’t press it by clicking, but I can press it using keyboard. To fix it… I had to create new file.
It won’t be a long advice.
Everything what I need to do is to create new file (let’s call it eclipse_run.sh) and add there something like:
export GDK_NATIVE_WINDOWS=true PATH_TO_YOUR_ECLIPSE_RUN_FILE
So on my computer it will be:
export GDK_NATIVE_WINDOWS=true /home/karol/Pulpit/eclipse/eclipse
We should have an ability to run it, so we have to do:
sudo chmod +x eclipse_run.sh
The end.
Now everything what I need to do is to start eclipse via that file.
Hello, I'm Karol Zielinski, internet evangelist, an entrepreneur, project manager and a web developer from Gdynia, Poland. I like creative design, good advertisement, social media and all kind of stuff around the web.
January 29, 2010, 4:38 am
[...] tech.karolzielinski.com Follow us on Twitter 23 śledzących RSS Feed 203 czytelników Przyciski w eclipse nie działają 1 głosuj! Jakiś czas temu zauważyłem, że część przycisków w moim eclipse nie [...]
February 25, 2010, 4:16 pm
Thanks a lot, that fixed my problem too!