Aptana Eclipse Plugin Installation

Installing via Eclipse

Please copy the following Update Site URL to your clipboard and then follow the steps listed below to add this URL to your Available Software Sites list. Attempting to access this URL using your web browser will return an Access Denied error.

http://download.aptana.com/tools/studio/plugin/install/studio

  1. From the Help menu, select Install New Software... to open the Install New Software dialog.
  2. Paste the URL for the update site into the Work With text box, and hit the Enter (or Return) key.
  3. In the populated table below, check the box next to the name of the plug-in, and then click the Next button.
  4. Click the Next button to go to the license page.
  5. Choose the option to accept the terms of the license agreement, and click the Finish button.
  6. You may need to restart Eclipse to continue.
  7. aptana是做web开发的,说白了就是只支持javascript,html,css,它不支持jsp,asp等,与这些东西没有任何关系。但你可以取巧,你可以先在aptana里建立html或者javascript,充分利用aptana的便利,写得差不多以后复制到jsp再放到eclipse里编辑;或者把jsp的html和js部分拷贝出来放到aptana中编辑。
    刚开始你可以独立运行aptana,不要以eclipse的插件方式运行,那样太乱,要配置,会影响你开发。
    记住,工具永远都只是工具,他可以给你一些方便,但永远都代替不了你思考。不要老是去琢磨工具怎么用,要赶快把心思放到程序本身来,否则是舍本逐末,捡了芝麻丢了西瓜。
    顺便说一句,aptana是我见过的最好用的web开发工具。
原文地址:https://www.cnblogs.com/kungfupanda/p/1832697.html