MyEclipse消除frame引起的the file xxx cannot be found

因为该页面所指向的页面路径不对,便进行手动修改,修改时却出现了很烦的问题,输入一个字就弹出一个提示框“the file XXX can not be found.Please check the location and try again.”简直让工作无法进行,google了一下,解决方案如下:
选择jsp文件->Open with->MyEclipse JSP Editors即可。

时间: 2024-08-04 18:17:03

MyEclipse消除frame引起的the file xxx cannot be found的相关文章

MyEclipse中消除frame引起的“the file XXX can not be found.Please check the location and try again.”的错误

读者如要转载,请标明出处和作者名,谢谢. 地址01:http://space.itpub.net/25851087 地址02:http://www.cnblogs.com/zjrodger/ 作者名:zjrodger [环境] MyEclipse 10.7 [问题描述] 在一个页面上使用了frameset,因为该页面所指向的页面路径不对,便进行手动修改,修改时却出现了很烦的问题,输入一个字就弹出一个提示框“the file XXX can not be found.Please check th

Non-ASCII character '\xe8' in file xxx.py on line 8, but no encoding declared

使用网上某个python程序,编译时报错: File "xxx.py", line 8         SyntaxError: Non-ASCII character '\xe8' in file xxx.py on line 8, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details 原因是缺少编码类型声明:no encoding declared 段首添加一行声明即可:

The process could not read file xxx due to OS error 53

  在不同地域的两个SQL Server服务器上配置了复制(Replication)用于同步数据(生产环境配置有Replication,测试环境也配有Replication),两地通过专线连接起来,这些复制(Replication)已经稳定运行了一两年了, 但是前阵子,测试环境的SQL Server的Replication中突然遇到下面错误: Error messages: The process could not read file '\\xxx\xxx\xxx\xxx\xxx\xxx.pr

the file “XXX” could not be opened because you don't have permission to view it

the file "XXX" could not be opened because you don't have permission to view it 解决办法: targets -- BuildSettings -- Build Options -- Compiler for C/C++/Objective-C 选择 Default compiler (*****) 版权声明:本文为博主原创文章,未经博主允许不得转载. the file "XXX" cou

遇到一个奇葩的问题,could not load the assembly file XXX downloaded from the Web

在我这编译好好滴,发给客户那边居然不通过,报could not load the assembly file:///xxx.dll, 查阅了一些文档后,发现原来是文件的安全问题,是由于我把文件压缩打包后, 放在网盘上,让对方下载,对方下载后,VS就认为是从网上下载的文件,不安全, 解决方案:关闭VS,在有问题的DLL上点击右键,UNBLOCK该文件, 再次打开VS,编译就OK啦,还有个小技巧:如果你是打包的文件, 那么解压后所有的DLL,都要UNBLOCK,OH NO,这是要死人的节奏啊, bu

MYSQL Out of resources when opening file './xxx.MYD' (Errcode: 24)

出现Out of resources when opening file './xxx.MYD' (Errcode: 24)错误是因为打开的文件数超过了my.cnf的--open-files-limit.open-files-limit选项无法在mysql命令行直接修改,必须在my.cnf中设定,最大值是65536. 重新启动mysqld, mysql> show variables like 'open%'; +------------------+-------+ | Variable_na

Out of resources when opening file ‘./xxx.MYD’ (Errcode: 24)解决方法

今天朋友向我反映网站出现错误:Out of resources when opening file './xxx.MYD' (Errcode: 24)错误是因为打开的文件数超过了my.cnf的--open-files-limit.open-files-limit选项无法在mysql命令行 直接修改,必须在my.cnf中设定. 如果你要是不设置的话,他会取系统ulimit -n的值. 出错之时,参数配置如下: 1 2 3 4 5 6 7 mysql> show variables like 'op

Warning: Multiple build commands for output file /xxx

xcode中 有时候会报一个警告: [WARN]Warning: Multiple build commands for output file /xxx 要解决这个问题很简单: 1.选择你的工程 2.选择target 3.点击 Build Phases 4.展开Copy Bundle Resources 5.删除里面的刚才提示警告的文件,一般为红色的名字的文件(或者有重复的文件)

【ZBar】ios错误ignoring file xxx missing required architecture x86_64 in file

解决方法: 1.在Project target里"Architectures"设置为:Standard (armv7,armv7s)或者  Standard (armv7,arm64) 2.设置"Build Active Architecture Only"为"NO" 还有一篇文章说的很牛逼,但是还咩有看,http://blog.csdn.net/lanmanck/article/details/39055503 原文地址:[ZBar]ios错误