You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bartosz Firyn edited this page Nov 25, 2017
·
5 revisions
You get this error because you forgot to add required JARs into the application classpath (sidenote: this is happening when you do not use Maven or Gradle and try to manage your JARs manually).
Q: How to solve it?
A: Add required JARs into the classpath.
Q: Where to find required JARs?
A: In the ZIP file in libs directory, as described on the project main page.