In Eclipse, I just imported an external JAR
. Viewing any of the classes in the Package Explorer will instead of showing a source code open a Class File Editor with saying "Source not found". The folder of the JAR I have downloaded, however, has only JAR
, no lib
, no src
, no docs
.
Is there still a way how to view/generate a view the source code so then I can view it in Eclipse properly?