How to get the current workspace path of eclipse in Java? | Selenium Forum
M
Posted on 03/10/2015
I need to find out the current workspace of the eclipse using java
Ex: In my machine the work space of Eclipse is : "C:\eclipse\Workspace"

M
Replied on 04/10/2015

System.getProperty("user.dir");