admin管理员组文章数量:1400174
I am new to ExtJS. I tried installing it as per the steps given here.
But I am getting one error while running this mand.
sencha create jsb -a http://localhost:8080/helloext/index.html -p app.jsb3
Error msg :
C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\helloext>
sencha create jsb -a
http://localhost:8080/helloext/index.html -p app.jsb3 'sencha' is not recognized as an internal or external mand, operable program or batch file.
What is the problem ?
PS : I already done with the prior steps of installing Apache Server and unzipping ExtJS SDK.
Thanks.
I am new to ExtJS. I tried installing it as per the steps given here.
But I am getting one error while running this mand.
sencha create jsb -a http://localhost:8080/helloext/index.html -p app.jsb3
Error msg :
C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\helloext>
sencha create jsb -a
http://localhost:8080/helloext/index.html -p app.jsb3 'sencha' is not recognized as an internal or external mand, operable program or batch file.
What is the problem ?
PS : I already done with the prior steps of installing Apache Server and unzipping ExtJS SDK.
Thanks.
Share Improve this question asked Sep 26, 2011 at 3:42 user327663user327663 6-
2
Is
sencha
in your environment path? – Rusty Fausak Commented Sep 26, 2011 at 3:46 - No, I couldn't see any step for including sencha in my env path on sencha. ? How to set sencha in env path ? – user327663 Commented Sep 26, 2011 at 3:48
- 2 Find where it's installed and add that to your PATH using the tutorial I posted in my first ment. – Rusty Fausak Commented Sep 26, 2011 at 3:49
-
It would be where the executable
sencha
is – Rusty Fausak Commented Sep 26, 2011 at 3:52 - I couldn't find sencha.exe in my sdk which I downloaded – user327663 Commented Sep 26, 2011 at 3:54
2 Answers
Reset to default 5Windows is not finding the sencha
executable.
Are you sure you downloaded the Sencha Tools SDK? (Current version is 1.2.3beta). The link from that tutorial shows a page with an obvious link to download the ExtJS library, and less obvious link for the Sencha SDK. Try downloading and installing this from here. Then see if typing "sencha" on the mand line does something sensible.
I dont have time to reaad te tutorial but I will let you know how I get started using extjs. I download the library and extract the folder. Name the folder extjs. Then in my webroot or whatever you prefer I make a directory called lib and place extjs inside of it. Then when i create a html document I reference the library by using <script type="text/javascript" src="/lib/extjs/ext-all.js></script>
. This is how you can call it up in order to use it. If you have a "app/js" file simply reference it after the example I gave you above so that it is loaded after the ext-all.js file.
本文标签: javascriptInstalling ExtJSStack Overflow
版权声明:本文标题:javascript - Installing ExtJS - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744150467a2593034.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论