With bash, I can complete a command with TAB. Normally, it should also complete the command line switches: e.g. when I typed:
bash
java -
You need to have bash_completion installed and then just add . /etc/bash_completion to your .bashrc.
bash_completion
. /etc/bash_completion
.bashrc