Starting Eclipse with Selected Workspace

From SIMA wiki
Revision as of 10:30, 28 August 2014 by Herret (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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\bin" -data [PATH TO WORKSPCAE]

Put this commandline statement into a .bat file to start eclipse with the right workspace per double-click