DispatchHandler cannot be resolved to a type

问题描述

今天用maven构建项目时报了一个错:DispatchHandlercannotberesolvedtoatype首先我的jdk配置是正确的,并且maven下载了相应的jar包而且我在项目中点击DispatchHandler这个类时可以跳入到相应的jar包里的class文件中,查找jar也没找到冲突的,但是我无法在项目中引用DispatchHandler,显示:nodefaultproposal,求解!因为我本人只有5分,刚注册的账号,哪位朋友遇到过相似的问题帮帮我,不胜感激!!谢谢!!!

时间: 2024-12-23 21:38:24

DispatchHandler cannot be resolved to a type的相关文章

java 新手求问cannot be resolved to a type 的解决方法

问题描述 java 新手求问cannot be resolved to a type 的解决方法 这是我自学的一个项目,以前没发现这样的问题,jdk8.65,eclipse是最新版,看了网上的同类问题好像是jar包导入的问题,但是不知道具体怎样解决,请路过的大神指点迷津,万分感谢 import java.awt.*; import java.awt.event.*; public class ChatClient extends Frame{ TextArea ta = new TextArea

Httpservlet cannot be resolved to a type的原因与解决方法

转自:http://blog.csdn.net/zhouyingge1104/article/details/7583511 刚开始学习Servlet,在Eclipse中新建了一个Servlet,不过页面上报错:       Httpservlet cannot be resolved to a type,显然是Eclipse找不到相应的包,即javax.servlet. 原因:  jdk 里不包括servlet-api.jar 这个包,此包在Tomcat 中存在  项目名--> 右键  Pro

Eclipse javax.servlet.jsp.PageContext cannot be resolved to a type 错误解决办法

目前在jsp页面form action中使用${pageContext.request.contextPath }/servlet的写法,但是一直提示有错误,错误如下:javax.servlet.jsp.PageContext cannot be resolved to a type 网上解答过说要缺少jsp-api.jar,导入这个包之后不报错了,但是程序启动访问这个页面的时候出现如下错误: org.apache.jasper.JasperException: Unable to read T

"XX cannot be resolved to a type "eclipse报错及解决说明

转自:http://zhaoningbo.iteye.com/blog/1137215 引言:      eclipse新导入的项目经常可以看到"XX cannot be resolved to a type"的报错信息.本文将做以简单总结.  正文:      (1)jdk不匹配(或不存在)      项目指定的jdk为"jdk1.6.0_18",而当前eclipse使用的是"jdk1.6.0_22".需要在BuildPath | Librar

求android大神帮助-MyButtonListener cannot be resolved to a type

问题描述 MyButtonListener cannot be resolved to a type public class MainActivity extends Activity { Button myButton; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.fragment_main)

Eclipse的JSP页面提示Multiple annotations found at this line或者String cannot be resolved to a type

最终原因: 1.window-->preferences-->java-->Installed JREs-->Add 增加你要用的jdk2.window-->preferences-->java-->compiler,将level选为对应的版本,1.5的就选5.0,1.6的选6.0 将JDK还有apache和别人不兼容的版本改下配置 接下来最简单的操作,对着原来的JSP页面可以ctrl+A .ctrl+x.ctrl+v 就不会报错了 

Android:OnClickListener cannot be resolved to a type

在看国外大师写的C++/C#这种语言类的书籍时,往往会对要using些什么都写的很清楚,但国内某本安卓书籍就没写这些--好吧,这些都太基础了,确实没必要写.不过我还是不知道遇到如题的问题该怎么办,于是找了下资料-- import android.view.View.OnClickListener;

IPackageInstallObserver cannot be resolved to a type

问题描述 网上下的安卓任务管理器源码,导入到Eclipse里面以后显示这个:求大神帮忙啊 解决方案

在eclipse里面import一个完整的project出错Action cannot be resolved to a type

问题描述 在eclipse里面import一个完整的project出错Actioncannotberesolvedtoatype,但是为什么之前用都是好的,重新import之后就出现这个问题,不知道该怎么解决,望高手指教! 解决方案 解决方案二:原来项目里引用的jar包路径找不到了,重新通过buildpath把找不到的jar包添加一下.解决方案三:但是把那些jar加进去之后还是这样struts.jar都加了没起作用解决方案四:就是没找到相应的类或者jar的原因...