Home > Linux, Operating System > Buttons in Eclipse for Linux not working correctly

Buttons in Eclipse for Linux not working correctly


Have you ever use Eclipse in Linux? I hope you always use Linux for programming your application.

After I install Ubuntu 9.10 (Karmic Koala) and try to use Eclipse on it, I found a problem. The problem is I couldn’t click some buttons for every dialog window in Eclipse. I think this problem is bug of Eclipse Platform. All applications built with this platform will have the same problem.

So, I try to find the solution for solving this problem, and I found it. You just create a shell script file as below:

Filename: eclipse.sh

#!/bin/sh
export GDK_NATIVE_WINDOWS=true
/opt/eclipse-galileo/eclipse

Replace /opt/eclipse-galileo/eclipse with your Eclipse executable file in your computer. After that, run this file, and this works correctly in my computer.

Categories: Linux, Operating System Tags: , ,
  1. Muda
    24 February 2010 at 12:07 PM | #1

    Mantabzzz neh…om Lilik..maju terus…

  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.