Thursday, May 20, 2010

How to solve Eclipse bug on Ubuntu (click not working on buttons / updates)

To solve this bug just create a custom launcher for your app.

Create the file: eclipseLauncher.sh


export GDK_NATIVE_WINDOWS=true
"/path/to/eclipse"

Give the file execution permission:

chmod a+x eclipseLauncher.sh

Execute this file when you want to start Eclipse.

This applies for MyEclipse and Zend Studio too.

No comments:

Post a Comment