java - JAR in class path still not showing up in project -


i have included jar in class path through correct way add external jars (lib/*.jar) intellij idea project

when try use classes defined in jar intelliji cant find class. here picture of included libraries in project... highlighted library jar containing class definitions.enter image description here


Comments