1

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 ?

4

1 回答 1

3

I believe you can just add a command line switch of -perspective {name}.

You can look at a command line switch reference here.

于 2012-07-30T18:06:02.130 回答