Eclipse Runner
The home-page of this plugin is github.com/scharf/eclipserunnerplugin.
Note: this is a fork of code.google.com/p/eclipserunnerplugin/ with a bug fixes and enhancements.
Overview
Eclipse Runner plugin extends capability of running launch configurations in Eclipse IDE.
User gets a new "Runner" view, which allows to categorize and bookmark launch configurations
in groups, run them directly from the view by double clicking on the launch configuration icon.
It speeds up development in projects containing many small java applications or many test suits.
Features
Keep your launches organized
- categorize your launch configurations in custom groups
- browse your launch configurations in separate Eclipse Runner view
- open resource behind launch configuration in editor (f.e. Java main class)

Run or debug launch configuration directly from the view by double clicking on it
- remembers last launch mode (run, debug, profile...)
- less clicks if you have to run more than one launc configuration

Filter launch configurations using following filters
- closed projects
- deleted projects
- uncategorized launch configurations
- current project
- bookmarked launch configurations
