为Ext js和spket IDE插件设置eclipse

时间:2011-06-10 13:12:06

标签: eclipse extjs

我需要为ext js设置我的日食。 我下载了ext js 3并安装了spket插件,并从该网站完成了所有步骤(设置javascript配置文件)。 http://ria.arunkumarm.com/2010/09/setting-up-eclipse-ide-for-extjs-jquery.html

但仍然没有看到代码完整。

此外,我希望能够在eclipse上运行一个非常基本的例子。 任何人都知道任何有助于eclipse开发的网站/教程。我正在寻找类似的东西从一开始就解释了所有内容。

5 个答案:

答案 0 :(得分:6)

只需使用Eclipse菜单... help->“安装新软件”。 您粘贴在更新站点中  http://www.agpad.com/update/ 然后在出现时选择Spket IDE,然后按照步骤操作。

感谢http://forums.spket.com/viewtopic.php?f=3&t=3667

答案 1 :(得分:1)

我遵循了本指南,它适用于Ext 3.x和4.x:

http://ducquoc.wordpress.com/2011/02/16/eclipse-extjs-jquery/

希望这有帮助,

答案 2 :(得分:1)

当JSB方法不起作用时,请选择“添加文件夹”方法:

1. Select “EXT JS” profile -> click “Add Folder” button -> browse to the ExtJS SDK folder which you downloaded, click “Open” .
2. The profile will show all the JS files of Ext SDK, by default.
3. Make default JS profile, then associate default JS Editor

答案 3 :(得分:0)

您可以从here.

开始

答案 4 :(得分:0)

说明在这里:

http://spket.com/extjs.html

注意:添加更新站点时,必须安装所有项目(Spket,Xerces和Spket文本编辑器),否则它将无法运行。除了这个小问题,他们的指示工作正常。