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.