1

With an open scala project, having open a random file, the run button looks like this:

enter image description here

Which outcomes like this:

enter image description here

But I want it to launch my specified launch configuration which only shows if the little arrow beneath the launch button is pressed:

enter image description here

How do I setup the launch button to launch with my specified configuration?

Appleshell
  • 7,088
  • 6
  • 47
  • 96
  • 1
    This might help -> http://stackoverflow.com/questions/1151995/is-there-a-shortcut-in-eclipse-to-re-run-the-most-recently-launched-program – Deepak Bala Apr 18 '13 at 18:25
  • 2
    Setting `Run/Debug > Launching -> Launch Operation > Always launch the previously launched application` was exactly what I wanted. Thank you. – Appleshell Apr 18 '13 at 18:33

1 Answers1

2

In case one may stumble upon the same question, the solution is setting (in the settings window) Run/Debug > Launching -> Launch Operation to Always launch the previously launched application.

Appleshell
  • 7,088
  • 6
  • 47
  • 96