becks
becks

Reputation: 2718

open eclipse perspective in eclipse from command line

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

Answers (1)

stracka
stracka

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

Related Questions