博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Aptana Eclipse Plug-in Installation
阅读量:6239 次
发布时间:2019-06-22

本文共 1093 字,大约阅读时间需要 3 分钟。

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.

  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开发工具。

转载地址:http://fbdia.baihongyu.com/

你可能感兴趣的文章
Java程序员看C++代码
查看>>
python处理Excel - xlrd xlwr openpyxl
查看>>
JS实现的购物车
查看>>
bzoj 3998 [TJOI2015]弦论——后缀自动机
查看>>
STL 的 vector 根据元素的值来删除元素的方法
查看>>
NOI2002银河英雄传说——带权并查集
查看>>
复合数据类型,英文词频统计
查看>>
“main cannot be resolved or is not a field”解决方案
查看>>
oc中使用switch实现图片浏览功能,补充其它的实现方式
查看>>
6、DRN-----深度强化学习在新闻推荐上的应用
查看>>
用父类指针指向子类对象
查看>>
Flexigrid默认是可以选择多行
查看>>
PHP导入导出Excel方法小结
查看>>
ZOJ 3870 Team Formation 位运算 位异或用与运算做的
查看>>
清除浮动float的方法
查看>>
java学习第十二天
查看>>
1 Kubernetes管理之master和Node
查看>>
M端计算rem方法
查看>>
as3 用StyleSheet css 设置文本样式
查看>>
hdu4612(双连通缩点+树的直径)
查看>>