Reputation: 2718
I want to open eclipse application and pass perspective ID in it through command line.
so that eclipse opens and show the perspective
How can I do that ?
Upvotes: 1
Views: 1011
Reputation: 1023
I believe you can just add a command line switch of -perspective {name}.
You can look at a command line switch reference here.
Upvotes: 3