views:

283

answers:

2

I have reinstalled my computer with Windows 7, and Eclipse 3.5.1 (Galileo).

The weird thing is that I can not see any files that Eclipse produces. I can not find the workspace, can not find the files from the SVN after check out.

It seems like Windows 7 can not read the files produced by Eclipse ... wierd

What could be the reason for this?

+2  A: 

You can launch eclipse with the -showlocation option, which will display the path of the workspace in the title bar.
(See this eclipse.ini for instance)

From there, you can check if you find that workspace, and its eclipse projects within it.

You can also configure your shortcut:

alt text

VonC
hi, thanks for you response, i don't understand how it relates to my question...the eclipse application runs but when i build work space it creates, and the projects are unseen to the windows 7 explorer.i know where the files are located, it is just i cannot find them there .... wierd
special0ne
+4  A: 
Jörg W Mittag
thanks for elaborated answer
special0ne
Just out of curiosity: did you actually find the "vanished" files somewhere in `%LocalAppData%\VirtualStore` ?
Jörg W Mittag
I'd give this +10 if I could. Saved me a lot of work trying to figure out why plugins wouldn't install properly.
Knut Eldhuset