I downloaded a demo jar file, and would like to open it in eclipse. What I did is
import->Existing projects into workspace ->select archive file
However, the eclipse returns "No projects are found to import".
As command line, I type
java -jar projectDemo.jar
This jar file just functions well. So it seems to me that jar file itself is OK, but how can I open it in Eclipse and modify this demo code? Thanks.