I got a file jarthat was packed with source codein it. I want to download it as a top-level project and start working on the source code. How can I do this in Eclipse?
For example: if I have helloworld.jar when I import this jar. I want the project name to be helloworld, with all packages and src inside it.
I don't need this code when building path.but in my IDE to work.
source
share