Hello, Im new here and I have a problem
I develop a simple RCP application with menu and views and now I need add a external plug-in, this plug-in which makes is add a new folder and wizard in the file-new menu, creating a new projects.
I dont know how integrate this plugin in my rcp, I try put like a wizard of org.eclipse.ui.newWizards but nothing, I also a new plugin-project with external jars and put the jar here but dont work.
I need to add this plug-in in the file-new menu to create projects generated by this plug-in