Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot Install Aptana plugin on Eclipse 4.2

I've installed Eclipse 4.2 Juno. Now I want to install aptana for developing ruby, but I get the following error,

Unable to read repository at http://download.aptana.com/studio3/plugin/install/content.jar.

Unable to read repository at http://download.aptana.com/studio3/plugin/install/content.jar. Read timed out

like image 520
AndyLuo Avatar asked Jul 09 '12 23:07

AndyLuo


3 Answers

I assume that by now you have probably solved the problem, but I had exactly the same problem and found the solution after many searches, so for the sake of any others searching here...

The URL you need to enter in the 'Install New Software' dialog is

http://download.aptana.com/studio3/plugin/install
like image 81
user1333241 Avatar answered Nov 11 '22 17:11

user1333241


The following answer was correct. I just tested it with Eclipse Juno.

Steps:

  1. Open Eclipse
  2. Help -> Install New Software
  3. Add (on the top right)
  4. Enter the following link for Aptana Plugin with Eclipse Juno: http://download.aptana.com/studio3/plugin/install
  5. Click OK
  6. Put a check mark for Aptana Studio 3
  7. Next -> Next -> Finish
like image 17
Tony Avatar answered Nov 11 '22 18:11

Tony


download.aptana.com/studio3/plugin/install did not work for me. I am using Eclipse 4.3 based STS 3.4

Instead I got the appropriate update site link from this site Aptana Update Site

This is the link for Eclipse plugin update site http://d1iwq2e2xrohf.cloudfront.net/tools/studio/plugin/install/studio3/3.4.2.201308081736/

There is also a link to download the plugin and install through archive. I have used the above update site link and no problem at all.

Hope that will help others.

like image 7
Zia Avatar answered Nov 11 '22 16:11

Zia