You can invoke (run) any executable from Eclipse and see its output in the Console View.
You just need to create a Run Configuration from menu Run > Run Configurations....
EDT provides two configuration kinds:
For this configuration there is a shortcut.
Right click on a file in Navigator (usually top or test) and from menu Run As chose Load in Specman.


You can launch again at any time from menu Run > Run History... or directly from the toolbar
(simple click launches last):

The invocation output is dumped to the Console View.
Click on hyperlinks in the Console View to jump directly to the to source location.
