I am working on a java project in Eclipse. In this I am using a 3rd party jar which I have put in the java class path. Now I want to understand the code in the jar file and want to see the actual code and navigate through the third party code just like my own code.
My question is this : Instead of me manually decompiling all the .class files in the jar and putting it under the appropriate folder as per package declaration...is there some way in which Eclipse will decompile all the .class files and put it in the appropriate folder. What should be the approach taken in such a scenario?
Regards, Dev