I use Netbeans. I can make long java projects and then compile them to create a jar file which i can execute independently. But given a jar field, can someone tell how i can generate a java project from it and also its java-doc? Is there an available software that does it or can it be done form within IDE?
It's like saying i have written a C++ code to make an .exe file and wish to do something to extract the C++ source files and headers back from the .exe file. Can that be done?