Launch Specific OEPE Workspace from the Start Menu
Posted
by user647124
on Oracle Blogs
See other posts from Oracle Blogs
or by user647124
Published on Tue, 10 Jul 2012 14:38:38 +0000
Indexed on
2012/07/10
15:20 UTC
Read the original article
Hit count: 230
/OEPE Eclipse
I frequently have multiple Eclipse-based projects running
simultaneously, sometimes on different versions of Eclipse. I have made a
mess of a few workspaces by accidentally opening them in the wrong
version of Eclipse. To thwart my own forgetfulness, I went seeking a way
to launch directly to a workspace and found it at http://stackoverflow.com/questions/209789/starting-eclipse-w-specific-workspace.
Essentially, add the -data switch to your icon's open command, such as:
C:\eclipse\eclipse.exe -data E:\MyData\Clients\Confidential\EclipseGCDP
Give it a unique name and stick it on your Start Menu (C:\ProgramData\Microsoft\Windows\Start Menu). Makes my life a bit easier and hopefully yours, too.© Oracle Blogs or respective owner