Go to:
Window > Preferences > Java > Editors > Hovers
and disable Combined Hover.
Source: http://stackoverflow.com/questions/871732/turn-off-tooltips-in-eclipse-aptana
Go to:
Window > Preferences > Java > Editors > Hovers
and disable Combined Hover.
Source: http://stackoverflow.com/questions/871732/turn-off-tooltips-in-eclipse-aptana
Eclipse 3.4 Ganymede comes with a very handy Breadcrumbs Navigator which creates a breadcrumb above the source code editor. To open it, right click on the Java Editor and choose “Show in Breadcrumb”. Or simply toggle this navigator with the toolbar button:

For those of you who are unaware of what breadcrumbs do, it is navigation aid used in user interfaces. The term breadcrumbs comes from the trail of breadcrumbs left by Hansel and Gretal in the famous fairytale. It is a method for users to keep track of their locations in programs or documents.
If you want to know the basics of SVN with Subclipse there’s no need to add anymore than what this article already says.
http://www.saltycrane.com/blog/2007/03/how-to-setup-subclipse-project-to/
Was really helpful and clear to me.
1-Download Sun’s Java Wireless Toolkit 2.5.2:
http://java.sun.com/products/sjwtoolkit/download.html
2-Install dependencies (found in the previous link):
yo@notebook# sudo apt-get install libxpm-dev libxt-dev libx11-dev libice-dev libsm-dev libc6-dev libstdc++6-dev
3-Install Sun’s Java Wireless Toolkit 2.5.2. Go to the dir were you downloaded the installer:
yo@notebook# chmod +x sun_java_wireless_toolkit-2_5_2-linux.bin
yo@notebook# ./sun_java_wireless_toolkit-2_5_2-linux.bin
You must enter the location of the JVM (I’m using JDK6 and it is located in /usr/lib/jvm/java-6-sun/bin/) and select a destination dir.
4-Install EclipseME plugin using the instructions found in:
a) http://eclipseme.org/docs/installation.html
b) http://eclipseme.org/docs/installEclipseME.html
c) http://eclipseme.org/docs/configuring.html
They work perfectly!
5-Now go develop some cool app for your mobile :-)
Reference: http://www.gonzalomarcote.com/blog/?p=15


