I have been developing java programs using eclipse but for some time I wanted to edit/run (mostly for learning purposes) it on a command line on windows e.g. cmd - the only thing is in cmd (unlike ubuntu or shells editors), it doesnt do any formattting / color coding for any of the types or keywords - it looks like i am writing on a notepad. Is there any way I could get a colorful formatted editor for cmd for writing and compiling java programs. I still dont want to use intellisense or other IDE features - just something more than black and white cmd will do.
Thanks