myeclipse6.0 Open JSP file error, please check the location and try again. Posted on 2010-01-13 21:53 Breakpoint Reading (77) Comments (0) Edit Favorites Category: Eclipse
I encountered a problem when using the myeclipse6.0, search on the internet, now resolved.
I built a Web project under MyEclipse, a folder Jsp/user under Webroot, a new file index.jsp under Jsp/user files,
Wrote a simple framework application
<%@ page contenttype= "TEXT/HTML;CHARSET=GBK"%>
<frameset cols= "2,8" >
<frame src= "left.jsp" name= "left" >
<frame src= "userinfo.jsp" name= "right" >
</frameset>
When I write the first character L in the src attribute of <frame>, I jump out of the dialog box to prompt
The file/e:/workspace/project/webroot/jsp/user/l cannot be found. Please check the location and try again.
Every single character will jump out of this dialog box, and I do not have this problem when I write HTML attributes for other JSP files.
Online said is the reason for the platform, anyway not clear, the solution is as follows:
Turn off its JSP graphics mode. When you open a JSP file in Myeclipse6, right-click the MyEclipse JSP Editor and select MyEclipse Visual jsp Editor mode.