Eclipse RCP custom launch -
i'm totally new eclipse. started developing eclipse product realize custom ide. know if create custom "run" , "debug" action launch application. not add default menus , toolbar entries these actions.
thanks
the items in menu , tool bar created rcp's actionbaradvisor. can choose not add run & debug items.
programmatically can create/edit/find launch configuration , launch it. see
http://eclipse.org/articles/article-java-launch/launching-java.html http://eclipse.org/articles/article-launch-framework/launch.html
for more details
Comments
Post a Comment