Eclipse导入的包JSP页面所有嵌入的java报错

Multipleannotationsfoundatthisline:-ThemethodsetCharacterEncoding(String)fromthetypeS... Multiple annotations found at this line:
- The method setCharacterEncoding(String) from the type ServletRequest refers
to the missing type String
- The method setCharacterEncoding(String) from the type ServletRequest refers
to the missing type String
- The type java.io.UnsupportedEncodingException cannot be resolved. It is
indirectly referenced from required .class files
- The type java.io.UnsupportedEncodingException cannot be resolved. It is
indirectly referenced from required .class files
<%@ page language="java" import="java.util.*" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%><%!private String get(Calendar c,int field){ int value = c.get(field); if(value<10){ return "0"+value; } return String.valueOf(value);}//获取时间private String getTime(){ Calendar now = Calendar.getInstance(); return get(now,Calendar.HOUR_OF_DAY)+":"+get(now,Calendar.MINUTE)+":"+ get(now,Calendar.SECOND);}%>
展开
 我来答
匿名用户
2014-11-14
展开全部
是不是jar包有问题,看看那个jar包有没有出错
nihaolizhiheng
2014-11-14 · 超过38用户采纳过TA的回答
知道小有建树答主
回答量:133
采纳率:0%
帮助的人:45.7万
展开全部
应该是标签没有配置好。有时候有出错标志,直接复制再粘贴一下就没有了,或者关闭重新打开。
追问
不行,
追答
重新下个正确jar包重新导入下看看!!
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式