I see that eclipse create in my user home folder some folders like .eclipse .p2 etc... I want change this default folder(I want save all in a D: location.). I read this Chan
An easy way to do something similar is to move the directory to a desired location and then create a symbolic link to user directory.
Example: The new .p2
location is D:\Programmi\Eclipse\.p2
Open CMD console as Administrator and execute the following:
mklink /D C:\Users\your-user\.p2 D:\Programmi\Eclipse\.p2