Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Created on Dec,7th,2009
Eclipse tips For Version 3.5(Galileo)

...

Created on Dec,7th,2009

File Associations

Anchor
File Associations
File Associations

...

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

Note
titleJVM

You have to change the default JVM to Sun's

...

Java but not the openjdk which is default JVM on Ubuntu 9.10. For my test, SVN connector does not work well under openjdk.

To change default jvm: read here Ubuntu forums

With Mylyn project installed, install following plugins:

...

After restart the eclipse, It will prompt you to select Connectors to install. I installed SVNKIT 1.1.7 1.2.2 1.3.0
Reference: Here twm-kd

SVN Support for Eclipse Helios on Debian Squeeze

If you have trouble to install SVN support for Eclipse Helios on Debian Squeeze, this page may help you.

Basically in a fresh Helios install I first installed the Subversive SVN Team Provider from the early access location which as of 2011-01-19 was:

No Format
http://download.eclipse.org/technology/subversive/0.7/update -site/

(This is as opposed to installing it from the Helios update site, which did NOT work.)