I'm learning Java and I've been trying to get used to Eclipse. It's slick and I like it, but it is annoying to change input arguments for the programs I'm writing. I know I have to go to "Run configurations" etc and enter the arguments under the arguments tab, but to do so every time is a pain in neck.
In Dr. Java, my old IDE, there was a console docked to the bottom of the editor where one could enter arguments directly into the command line, along the lines of
" >Run myClass some_argument "
Is there some similar setting in Eclipse that makes it possible to run a program with arguments without having to go through the "run configurations" menu every time?