<frameset cols="2,8">
<frame src="left.jsp" name="left">
</frameset>
在用myeclipse建立例如这样简单的页面的时候,可能会在输入src的第一个字符时跳出“the file /E:/javaweb/project/WebRoot/test/....cannot be found. Please check the location and try again. ”这样的错误,而且后边每次输入一个字符都会跳出这样的警告,可以参照的解决方法之一:
可以换一个编辑器!
window-->preferences-->General-->Editors-->File Association-->*.jsp
然后在下面相对应的 Associated editors: 下选择一个另外的编辑器!然后点击 default。
<frame src="left.jsp" name="left">
</frameset>
在用myeclipse建立例如这样简单的页面的时候,可能会在输入src的第一个字符时跳出“the file /E:/javaweb/project/WebRoot/test/....cannot be found. Please check the location and try again. ”这样的错误,而且后边每次输入一个字符都会跳出这样的警告,可以参照的解决方法之一:
可以换一个编辑器!
window-->preferences-->General-->Editors-->File Association-->*.jsp
然后在下面相对应的 Associated editors: 下选择一个另外的编辑器!然后点击 default。