Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Environment:
Ubuntu 9.10 with Eclipse 3.5(Downloaded from Eclipse website, not installed from Synaptic).
Bug:
Some buttons in eclipse window do not response to mouse click (A little more precisely saying, it does not response to mouse release events)
SolutionWorkaround:
Before staring eclipse, set the environment variable of GDK_NATIVE_WINDOWS=1

Panel

bash$ export GDK_NATIVE_WINDOWS=1
bash$ eclipse

Problemcoin of this workaround: When using eclipse restart function, the environment variable will not be set. So you have to avoid use using restart function in eclipse.

See here Refer to launchpad for details.

SVN Support

You have to change the default JVM to Sun's java but not the openjdk which is default JVM on Ubuntu. For my test, SVN connector does not work well under openjdk.

...