I am kinda new to cloning GitHub repository using Eclipse.
One can open the GitHub Project repository from Eclipse using Git view (Window->ShowView->Others...->Git).
After cloning the GitHub project on my local working set folder, I am not able to find any Java Code file or project files under Package Explorer pane.
Here are the steps I am following:
Step 1: I created a local git repository which has working copy of my Eclipse Java Project.
Step 2: Then I synced it up to GitHub. I can see my repository in GitHub
Step 3: Next I tried to clone it on to my working set folder in Eclipse using Git View by using GitHub repository URI ( working set is a different local folder for my java project. It is not the same folder as my local master repository. Essentially I kind of downloaded my project files from GitHub in to working set folder on local drive)
Step 4: I clicked on "Git Repositories" pane
Step 5: Now I was expecting to see the Java Project loaded in the upper left top of the Eclipse Luna in the Package Explorer area. I see on the top section in the Package Explorer.
However I do not see any Java project in the Package Explorer area.I only see empty "Other projects" Working set. What must be going wrong ?