1

I'm trying to use the Reddit API wrapper 'jReddit' in my android project in Eclipse, and I have added the dependency to my pom for Maven:

Maven dependencies in pom

When I run maven and get the jars they are brought into my build path:

My project build path

My order/exports section (if that helps)

enter image description here

But in my project explorer the jar files are stored outside of the 'lib' folder:

Explorer view

So, I'm assuming, that is why my app crashes with the NoClassDefFoundError exception:

Logcat

Even though no warnings or errors are displayed prior to compilation. Does anyone know how to solve this? Any help is much appreciated.

Andrei Sfat
  • 8,440
  • 5
  • 49
  • 69
Highway62
  • 800
  • 1
  • 10
  • 25

0 Answers0