java.lang.NoClassDefFoundError without using Maven

Issue #12 resolved
Former user created an issue

I'm getting this error although I do not use Maven, I think I imported correctly since I'm using the exact same code as in Readme. I'm still pretty new in java, would be really nice if someone can help me.

Comments (3)

  1. Ashutosh Kumar Singh repo owner

    Thanks Pauline for this solution. I think it should work - the error is due to missing libraries. If you’re using Java without Maven/Gradle, you need to import all the required libraries by yourself. I’ll add it in the example code too. Thank you.

  2. Log in to comment