0
How to open java project in eclipse
Hi I am from c++ and new to java. I started eclipse exe and it asked me workspace path... After closing eclipse, I am confused from where to start again? I just went to eclipse exe and it opened workspace. Another option I know is from file->import. What I am looking for is to open java project in eclipse without starting from eclipse.exe...... Once we create visual studio solution project for C++, we can open it by clicking .sln file which opens visual studio with desired project..... Is such mechanism there for java project or one has to start it by executing eclipse.exe only ?
3 Antworten
+ 1
I doubt if there is something similar in Eclipse. You need to either import it or create a new project.
+ 1
I have never been in that position where I had to open a project outside Eclipse since I only created all projects and class from Eclipse. I'm not sure and have to look up on the 1st case.
But the 2nd one can be surely done.
0
If this is so, then
If someone share java workspace folder with me , I can't have some file by clicking on which I can directly open project contained in workspace into eclipse ?
What I can do is to only locate eclipse.exe in my system and then select someone else's workspace path?