When running program from Eclipse it works fine.
When running it outside of Eclipse I get this:
java.lang.ClassFormatError: Duplicate method name&signature in class file [Class Name]
The class in question implements from an interface, and the program has several other classes that extend from the class mentioned in the error.
What causes this and how is it fixed?