PDA

View Full Version : [ubuntu] Eclipse is not working on 9.10



hoboy
November 1st, 2009, 10:53 AM
Eclipse is not working on 9.10

I have download eclipse from www.eclipse.org.
then installed it, but when I try to installed plugin it doesn't work.
Aad site.
name=I give some name
location:http:// plus the link of the plugin
when I click on ok nothing happen.
I have tried also to change the jdk when I click on OK for the final action nothing happen.

julv
November 1st, 2009, 11:57 PM
Hi,

I have the exact same problem with ubuntu 64bits / galileo 64bits too

Kokopelli
November 2nd, 2009, 12:22 AM
You need to set the environment variable GDK_NATIVE_WINDOWS=true

I launch eclipse from the command line so added an export in my .bashrc

export GDK_NATIVE_WINDOWS=true

if you use a menu entry you could probably do

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

or create a simple bash script to launch instead.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=291257

julv
November 2nd, 2009, 01:05 AM
thanks !

I had found out that pressing the space bar while hovering did the trick though, but it's really a pain...