简体   繁体   中英

Not able to load the ext-all.js file

i have a couple of questions:

first i want to describe the things i am using.

1) Dynamic project. 2) using tomcat - 7. 3) put the extjs folder in WebContent folder.

i am just learning the things ... so might be have some stupid questions .. sorry for that.

在此处输入图片说明

在此处输入图片说明

so i have confusion that ext-all.js not uploaded ...might be because of one of the reason...

1) Use of tomcat (instead i need to use apache) .... please give me some explanation on that. 2) i need to put extjs folder somewhere else ... (not sure about this).

Please help

May or may not be the answer. Try putting ./ infront of the path

<script src="./extjs/ext-all.js" type="text/javascript"/>

You didn't include the location of your html file, so their is no way of knowing where you have to point the script tag to.

Hope this helps a little
Cheers,
Demetry

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM