When Importing Java Project Directory, eclipse is not properly creating sub directories for bin and SRC. It is taking src as a part of package name.
Eg: importing the directory which has Bin and SRC folders. but it is not creating the structure as expected. [![enter image description here][1]][1]
here is the file structure:[![enter image description here][2]][2]
Please advice on how to effectively import the folder. [1]: https://i.sstatic.net/MaGkT.png [2]: https://i.sstatic.net/s2qT9.png
Your .classpath
file, which tells it that src
should be treated as a Java Source Folder, is missing.