When trying to run an app that uses the jReddit library, a No Such Field Error is thrown:
java.lang.NoSuchFieldError: org.apache.http.message.BasicLineFormatter.INSTANCE
Looking at other SO issues, it seems that renaming the http-core library would fix this, but as I am relatively new at java, and don't want to edit the jreddit jar for fear of it breaking, I cannot follow the advice given.
Disclaimer: I am the current maintainer for jreddit project
Can you try adding these dependencies in your project?
Also, you check another question that I've answered here