eclipse

Eclipse 1.5 Galileo / Aptana / PDT install problem

Problem installing PDT on Eclipse/Aptana on Ubuntu 9.10?

You need to add the galileo update site first:

1) Help > Install new software > Add

2) "Galileo Update Site" : http://download.eclipse.org/releases/galileo

3) Go back to plugin manager and try again

Eclipse/Aptana can't click or Add new software/plugins in Opensuse 11.2

I was just trying to install Aptana in my new OpenSuse 11.2 setup and ran into a strange problem...it seemed Aptana was just refusing to be added as a install source (instructions here). After closer examination (read googling) it turns out that it was just not reading the mouse click properly:
Solution found: here
Running
export GDK_NATIVE_WINDOWS=true
fixes the problem
Wrapper (assuming you are using eclipse at /opt/eclipse
#!/bin/bash
export GDK_NATIVE_WINDOWS=true
/opt/eclipse/eclipse
Syndicate content