Difference between revisions of "Starting Eclipse with Selected Workspace"
(Created page with "If you use more than one Eclipse workspace you define the workspace useing commandline commands. "[PATH TO ECLIPSE INSTALLATION]\eclipse.exe" -vm "[PATH TO JAVA RUNTIME]\jre7...") |
|||
Line 1: | Line 1: | ||
− | If you use more than one Eclipse workspace you | + | If you use more than one Eclipse workspace you start eclipse with defined workspace using the following commandline statement. |
"[PATH TO ECLIPSE INSTALLATION]\eclipse.exe" -vm "[PATH TO JAVA RUNTIME]\jre7\bin" -data [PATH TO WORKSPCAE] | "[PATH TO ECLIPSE INSTALLATION]\eclipse.exe" -vm "[PATH TO JAVA RUNTIME]\jre7\bin" -data [PATH TO WORKSPCAE] | ||
− | Put this commandline statement into a .bat file to | + | Put this commandline statement into a .bat file to execzute it per double-click |
Revision as of 09:31, 28 August 2014
If you use more than one Eclipse workspace you start eclipse with defined workspace using the following commandline statement.
"[PATH TO ECLIPSE INSTALLATION]\eclipse.exe" -vm "[PATH TO JAVA RUNTIME]\jre7\bin" -data [PATH TO WORKSPCAE]
Put this commandline statement into a .bat file to execzute it per double-click