Launch terminal from eclipse Launch terminal from eclipse unix unix

Launch terminal from eclipse


It's all about defining the External Tool correctly.

For example, the following should work if your selected file is a Unix executable.

  1. Open a new External Tool configuration.
  2. Set the location to /usr/bin/open
  3. Set Working directory as ${selected_resource_loc}
  4. Set the arguments to -a /Applications/Utilities/Terminal.app ${selected_resource_loc}

When you run make sure you select "src" enter image description here

This should work. You could improve it further. You could even write an AppleScript that would do that and run it using osascript.