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?
A sselenium program I have been developing for a while now comes up with
Share
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.