citybug_nj 2013-04-12 16:50 采纳率: 0%
浏览 285
已采纳

在最新的myeclipse 2013中,JSP中的URL带有<%%>会被认为是错误,可有解决办法?

在最新的myclipse 2013中,JSP页面中的图片,CSS和js文件的引用,我使用的是类似于下面的语句:

系统会提示这样的错误:
Could not open the editor: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "=p"

但是在以前的myeclipse中却是可以的。是因为myeclipse 2013中的默认设置造成的?还是因为其他原因?

  • 写回答

4条回答 默认 最新

  • jinbingchuan 2013-04-12 17:18
    关注

    你可以到window->preference->general->editors->File Associatior
    然后选择jsp,修改默认的jsp打开方式

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)

报告相同问题?