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

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -