Solutions. For Life.

Installing Aptana in Fedora Eclipse

posted on: 2/14/2009, 12:09:00 PM

last updated: 2/14/2009, 12:09:00 PM

by: skamansam

Reading Time: 2 min read

Aptana is a wonderful tool for web design. I have been using it for years for my personal web sites and my professional ones. I have been trying to get more people turned on to it, as well. When I installed Fedora 10 recently, I didn't want to install Aptana, as it has, in the past, FooBar'd my Eclipse installation. However, I am learning Ruby (on rails), and want to install RadRails, which means I need Aptana. I thought about installing Aptana standalone, but don't want to start up a new Eclipse platform just for my rails development. So -

First, I tried to install Aptana normally, as an eclipse plugin, several times. However, some parts of it refused to work and the "My Aptana" page never showed up. After assessing this problem, I thought there may be conflicts with some of the plugins Fedora installs through yum. Ihad  installed all the Eclipse plugins that my yum repositories offered.

So I removed all the plugins using yum. Since I needed those plugins, I had to get the update sites to install in Eclipse. Here are the update sites for the rpms, for convenience. You can get the same information by checking the Fedora Eclipse project wiki at http://fedoraproject.org/wiki/Eclipse.

Keep Installed:

  • eclipse-ecj.x86_64
  • eclipse-demos.noarch
  • eclipse-platform.x86_64
  • eclipse-rcp.x86_64
  • eclipse-setools.x86_64
  • eclipse-shelled.noarch
  • eclipse-slide.noarch
  • eclipse-swt.x86_64
  • icu4j-eclipse.x86_64
  • tomcat5-jasper-eclipse.noarch

Install Using Aptana:

Install Using The Update Manager:

Now you are ready to install the Aptana plugin, using this update site: http://update.aptana.com/install/studio/3.2/. I recommend installing Aptana before installing any of the previously mentioned plugins, for best compatability.

That's it and good luck!