views:

36

answers:

1

I have a Java Eclipse project, but I don't run it from the command line using java.exe. Instead I run it through a python script that runs the java.

What I'd like to do is run this when I hit the 'Run' button in eclipse and see the output in Eclipse's console window. Unfortunately the available run configuration options available are a little too restrictive and don't seem to allow for this arbitrary 'run anything you like' configuration.

Is this possible? Are there any eclipse plugins that add this kind of configuration option?

I realise I'd probably lose debugger support, but this is not an issue for me.

+3  A: 
VonC
You know I've looked at that button for years and it's never occurred to me to press it. Thanks :)
izb