Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
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 ?
I believe you can just add a command line switch of -perspective {name}.
You can look at a command line switch reference here.