i have included libraries using file->project structure->libraries:
in artifacts, made sure include library in output jar file:
when run program inside intellij, works fine. however, when try run jar file generates, displays noclassdeffounderror:
so libraries aren't working. how can libraries work in intellij?
(i have never run problem before...)
Comments
Post a Comment