找不到com.google.common.base.predicate的类文件的修复方法是什么? [英] What is the fix for class file for com.google.common.base.predicate not found?

查看:1078
本文介绍了找不到com.google.common.base.predicate的类文件的修复方法是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我在Netbeans中打开它时,我已经开发了一段时间的sselenium程序现在会出现
com.google.common.base.Predicate not found
似乎某些Java更新已删除或更改了该库。它是否必须重新安装或是否有一些替代品?

A sselenium program I have been developing for a while now comes up with com.google.common.base.Predicate not found when I open it in Netbeans. It appears that some Java update has removed or changed that library. Does it have to be reinstalled or is there some replacement for it?

推荐答案

此类是Guava 库。它必须在您的类路径中。但是在升级Java时,库不会从项目的类路径中神奇地消失。有人必须将其删除。

This class is part of the Guava library. It must be in your classpath. But libraries do not magically disappear from the classpath of a project when upgrading Java. Some one must have removed it.

这篇关于找不到com.google.common.base.predicate的类文件的修复方法是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆