The "-sources.jar" is a convention used to deliver documentation in the form of Javadoc comments for the corresponding library. IDEs parse the Java files inside just for the documentation purposes and not to use the implementation. In fact, the implementation (method bodies) in the Java files contained in the "*-sources.jar" file does not have to be present. Only the comments nd method signatures must parseable.