DescriptionResourcePathLocationTypeAbsRequestEvent cannot be resolved to a typeLogViewRequ

xiaoxiao2021-02-28  68

错误: Description Resource Path Location Type AbsRequestEvent cannot be resolved to a type LogViewRequestEvent.java /mri/src/util/xtwh/xtgl/event line 5 Java Problem。 解决方法: 解决方法:(出现错误的原因有以下三种) 原因1:jdk不匹配或不存在。右键项目名称,在BuildPath中configure BuildPath中选择libraries,进行配置。 原因2:jar包缺失或冲突。Xxx cannot be resolved,找到这个xxx所在的jar包,可以ctrl+左键点击,有可能会找到jar包的名称,然后将jar包导入项目。导入过程是:右键项目名,BuildPath中configure BuildPath中选择libraries,选择add JARs,选择要添加的项目,点开lib,选中对应的jar包,点击ok。 原因3:myeclipse未能自动编译源代码到Java工程默认的classes目录下。在project上点击clean。

转载请注明原文地址: https://www.6miu.com/read-74124.html

最新回复(0)