java - Eclipse: what's the proper way to export a plugin as a product? -
i created eclipse product based on plugin.

from product pane:
left side, pressing "launch eclipse application" invokes new eclipse platform able create empty project or project based on plugin (no java project, etc...). ok want.
right side: i've exported product in fresh empty directory. when run application command-line, i'm asked open new workspace , then, empty window .
what's proper way export application ?
thxs
the reason export doesn't work select org.eclipse.ui.ide.workbench. when generated emf code rcp. (this option in .genmodel under editor->rich client plarform) should application rcp. when select application in .product, fine.
Comments
Post a Comment