It's definitely possible-- go to the "Run" menu, select "Open Run
Dialog" and create a new "Java Application" configuration. For the
main class, click the "include system libraries when searching for
main class" and ensure that the class is
org.disco.easyb.BehaviorRunner. In the "arguments" tab put the path to
your files (stories, etc) in the "Program arguments" text box. For
example, /stories/org/acme/store/Discount.story and you can include
any arguments after that as well-- like -txtstory output.txt
That's how I do it!