当前位置: 代码迷 >> Eclipse >> MyEclipse中化除frame引起的“the file XXX can not be found."的提示
  详细解决方案

MyEclipse中化除frame引起的“the file XXX can not be found."的提示

热度:75   发布时间:2016-04-23 12:35:55.0
MyEclipse中消除frame引起的“the file XXX can not be found."的提示

问题描述: 在一个页面上使用了frameset,

因为该页面所指向的页面路径不对,便进行手动修改,修改时却出现了很烦的问题,输入一个字就弹出一个提示框“the file XXX can not be found.Please check the location and try again.”简直让工作无法进行

解决方式:

打开MyEclipse 工具栏Window->Preference->General->Editors->File Associations,选中JPS,把对应的Associated editors中的MyEclipse Visual JSP Editor移除;




解决方式:回到编辑器界面,右键点击要打开的页面,选择Open with->MyEclipse JSP Editors即可。



再次修改frame src的路径,再也没有烦人的对话框弹出了。 



转自:http://www.cnblogs.com/cindy_weiwei/archive/2009/07/02/1515678.html


  相关解决方案