Is there any way to view the source code of existing jars like those in Maven dependencies in Eclipse.
How is it possible to browse on the libs and view the source codes?
Is there any way to view the source code of existing jars like those in Maven dependencies in Eclipse.
How is it possible to browse on the libs and view the source codes?
You can use Java decompiler plugin (Jad).
It will decompile class file and you can see source code. This plugin can be easily integrated with eclipse
You can use below link to configure Jad in eclipse
http://www.mkyong.com/java/java-decompiler-plugin-for-eclipse/