Users Pricing

forum

Home Forums How to open eclipse using java program? – MindStick

How to open eclipse using java program?

Anonymous User 2101 29 Oct 2014
I tried to open eclipse with particular workspace using following program but its not working.

Runtime runTime = Runtime.getRuntime();
Process process = runTime.exec("eclipse.exe \"D:\\Research_&_development\"");


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md