Currently, I studied at the university and based on the recommendations of other peoples, I begin to read the code of other peoples.
I found and downloaded the source code of an open source java project, which seems pretty interesting. I want to load this project into an IDE (netbeans or eclipse) to make reading and moving easier. However, both IDEs say that the project is not recognized. This is not only this project, but also any project that I tried to download.
How to load a project (i.e. file structure of source files) into the above IDE as a project.
Thanks in advance Sam
source
share