-1

Thoughts on fixing this?

I'm trying to open my .project file for a homework assignment and the Open With: program (?) doesn't seem to be detecting Eclipse at all.

It works perfectly fine on my laptop, but I use my desktop as my main machine and thus need it to work on here.

Any help is appreciated!

PM 77-1
  • 12,933
  • 21
  • 68
  • 111
relapsn
  • 85
  • 7
  • Probably eclipse doesn't associate your project files to itself. Try to search eclipse on window "Open With" make sure the checkbox "Aways use this program...." is checked. – Guerra Sep 13 '13 at 14:19
  • Do you have such `file association` set on your desktop? – PM 77-1 Sep 13 '13 at 14:20
  • Well, that's the thing. Whenever I go to the "Open With:" windows, I'll find eclipse but then it won't actually show up inside the window in order to have the file open with it. – relapsn Sep 14 '13 at 10:41

1 Answers1

1

You should not use the .project file to start Eclipse.

Start eclipse from the main start menu shortcut or eclipse.exe. Then select the workspace (browse to it) you want to work in (and that contains your project). If your project is not in a workspace, import it with the eclipse import menu.

superbob
  • 1,628
  • 13
  • 24