I need help with resolving this very common Eclipse error.
Background: I am working on an android project with Eclipse(juno) ADT on Ubuntu 14.10 an
I have now fixed the issue.
I think there was a duplication conflict between some of the JARs included in the project. Eliminating WebSocket.jar, json-org.jar and java-websocket-1.3.0.jar resolved the build issue and the code didn't really need these JAR dependencies anyways.