Runtime runTime = Runtime.getRuntime();
Process process = runTime.exec("eclipse.exe \"D:\\Research_&_development\"");
How to open eclipse using java program?
I tried to open eclipse with particular workspace using following program but its not working.
Can you answer this question?
Write Answer1 Answers