Just wanted to give the STS team a heads up - STS has the Eclipse 3.5 bug in it that breaks a couple things on the new Ubuntu 9.10:
Eclipse bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=287307
Ubuntu bug:
https://bugs.launchpad.net/ubuntu/+s...04/comments/13
Workaround:
(from http://blog.export.be/2009/10/fixing...ic-koala-9-10/ )
Start STS from a shell with the following command
Code:#!/bin/sh export GDK_NATIVE_WINDOWS=1 /home/whoever/sts/STS


Reply With Quote