Myeclipse下ext插件spket的配置和安装

Myeclipse下ext插件spket的配置和安装2010-07-1802:33P.M.myeclipse下使用ext的插件有三种方式:

1:配置在线使用:

打开myeclipse:

1、选择Help->SoftwareUpdates->FindandInstall...->Searchfornewfeaturestoinstall->Newremotesite...

Name:"Spket",Url:"http://www.spket.com/update/"下载完毕重启Eclipse

2、Window->Preferences->Spket->JavaScriptProfiles->New;

输入“ExtJS”点击OK;

选择“ExtJS”并点击“AddLibrary”然后在下拉条中选取“ExtJS”;

选择“ExtJS”并点击“AddFile”,然后在你的./ext-2.x/source目录中选取“ext.jsb”文件;

3、设置新的ExtJSProfile,选中并点击“JavaScriptProfiles”对话框右手边的“Defalut”按钮;

4、JS打开方式为Window->Preferences->General->Editors->File...选择JS为SpketJavaScriptEditor(default)*********(这个不要忘!!!)

2:是下载spket-1.6.16.jar包安装

转载地址:http://blog.csdn.net/elifefly/archive/2009/01/10/3745637.aspx<src="http://blog.csdn.net/js/LoadFeedbackCount.js"type="text/javascript">

<type="text/javascript">

一、安装Spket

第一种方法:网上更新方式

1.插件首页:http://www.spket.com

2.插件名称:SpketIDE

3.更新连接(UpdateSite):http://www.spket.com/update/

更新安装方法:

1.[Help]-[SoftwareUpdates]-[FindandInstall...]

2.[Searchfornewfeaturestoinstall]->[Next]

3.[NewRemoteSite...]Name:"什么都行,spketjs"URL:http://www.spket.com/update/-->[Finish]

第二种方法:网上下载spket-1.6.16.jar破解版(目前最新版本)

1.如果你的JDK在1.6以上,可以直接双击spket-1.6.16.jar运行安装。

其它,使用命令行方式。(注意:自己切换命令行到spket-1.6.16.jar所在目录)

2.

至此,安装完成。

二、配置Spket

注意:如果在安装spket过程中,你的eclipse或者Myeclipse是打开的,请重启eclipse或者Myeclipse。以便初始化插件,下面才会在Preferences中看到Spket选项。

基本步骤如下:

1)Window→Preferences→Spket;

2)Spket→JavaScriptProfiles→New,输入“ExtJS”点击OK;

3)选择“ExtJS”并点击“AddLibrary”然后在下拉条中选取“ExtJS”;

4)选择“ExtJS”并点击“AddFile”,然后在你的./ext-2.x/source目录中选取“ext.jsb”文件(注:是下载的ext的源文件和api文档);

5)设置新的ExtJSProfile,选中并点击“JavaScriptProfiles”对话框右手边的“Defalut”按钮;

下面这个操作,根据自己需要设置(可以全选)。

6)重启eclipse或者Myeclipse;

7)创建新的JS文件并输入:Ext这样就可设置ExtCode代码自动完成的功能。

效果如下:

3:下载spket-1.6.16.rar的压缩的包,把spket-1.6.16\eclipse\plugins下的全部的文件放到myeclipse安装路径下eclipse\plugins下,重启myeclipse从上方法:二、配置Spket开始下同。如果Window→Preferences下没有→Spket,把myeclipse安装路径下eclipse\configuration下有这个文件夹包org.eclipse.update,删除重新启动myeclipse从二、配置Spket开始下同

本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/lizh0912/archive/2009/02/23/3929925.aspx

相关推荐