myeclipse6.0開啟jsp檔案出錯,報Please check the location and try again!

來源:互聯網
上載者:User

我在使用myeclipse6.0的時候遇到了一個問題,在網上搜尋一下,現已解決。 
我在myeclipse下建了一個WEB項目project,在WebRoot下建了一個檔案夾jsp/user,在jsp/user檔案下建立了一個檔案index.jsp, 
寫了一個簡單的架構應用 
<%@ page contentType="text/html;charset=gbk"%> 
<html> 
<frameset cols="2,8">
 <frame src="left.jsp" name="left">
 <frame src="userinfo.jsp" name="right">
</frameset>
</html> 
當我在寫  <frame>  的src屬性裡的第一個字元l的時候跳出對話方塊提示 
the file /E:/workspace/project/WebRoot/jsp/user/l cannot be found. Please check the location and try again. 
每寫一個字元都會跳出這個對話方塊,而我在寫其他的jsp檔案的html屬性時卻沒有這樣的問題。

網上說是平台的原因,反正不清楚,解決方式如下:

關閉它的jsp圖形模式。myeclipse6中開啟jsp檔案時,右鍵open with 選MyEclipse JSP Editor,不選MyEclipse Visual JSP Editor模式。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.