I have developed java application which is actually stored at d drive.I have imported that application into eclipse which is stored at C drive. In my application there is one folder named as 'Image'. So whenever I search for the real Path of image folder through Servlet-context or request etc it gives me the path of C:\eclipse\spring-insight-instance\wtpwebapps\EAPortal\images
But i want to fetch the actual path of that image folder.Means path of images at D drive. How i should fetch it?
Thanks in Advance, Tushar Dodia