[color=red]引用网络文章 [/color]
MyEclipse中消除frame引起的“the file XXX can not be found.Please check the location and try again.”的错误:
都出现过几次了,都没能解决,今天又遇上,问了好多都不知道,通过查资料终于找到了解决方法:
因为该页面所指向的页面路径不对,便进行手动修改,修改时却出现了很烦的问题,输入一个字就弹出一个
提示框“the file XXX can not be found.Please check the location and try again.”简直让工作无法进行,
google了一下,解决方案如下:
打开MyEclipse 工具栏Window->Preference->General->Editors->File Associations,选中JSP,把对应的
Associated editors中的MyEclipse (Visual) JSP Editor移除;
回到编辑器界面,右键点击要打开的页面,选择Open with->MyEclipse JSP Editor即可。
再次修改frame src的路径,再也没有烦人的对话框弹出了。
MyEclipse中消除frame引起的“the file XXX can not be found.Please check the location and try again.”的错误:
都出现过几次了,都没能解决,今天又遇上,问了好多都不知道,通过查资料终于找到了解决方法:
因为该页面所指向的页面路径不对,便进行手动修改,修改时却出现了很烦的问题,输入一个字就弹出一个
提示框“the file XXX can not be found.Please check the location and try again.”简直让工作无法进行,
google了一下,解决方案如下:
打开MyEclipse 工具栏Window->Preference->General->Editors->File Associations,选中JSP,把对应的
Associated editors中的MyEclipse (Visual) JSP Editor移除;
回到编辑器界面,右键点击要打开的页面,选择Open with->MyEclipse JSP Editor即可。
再次修改frame src的路径,再也没有烦人的对话框弹出了。
本文介绍如何解决在MyEclipse中编辑JSP文件时出现的“thefileXXXcannotbefound.Pleasecheckthelocationandtryagain.”错误。通过调整编辑器设置,可以避免在修改framesrc路径时频繁弹出的错误提示。
1651

被折叠的 条评论
为什么被折叠?



