Question

I am developing a New Project Wizard as an Eclipse plug-in. I made it, but I don't know how to open it in particular perspective, say Java perspective. Any ideas on this?

Was it helpful?

Solution

The org.eclipse.ui.newWizards extension point has a finalPerspective argument where you can specify the id of the perspective you want opened at the end of project creation.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top