What a wonderful quest. Mostly, it's us old codgers that don't like these new fangled gadgets. Nice to see a greenhorn come along once in a while that feels the same.
Chances are, you have been using the "java stuff" that just came with your IDEs, so it's really not installed on your system - just burried down in the IDE gunk somewheres.
So you probably want to start by downloading and installing a
JDK (aka J2SE SDK).
Once you do that, you may have to mess with your PATH so your DOS shell can find java, javac and all the other wonderful things. For example, if you installed java into someplace like C:\jdk14, then you will want to add C:\jdk14\bin to your PATH.
See how far that gets ya.
[ August 24, 2002: Message edited by: Dave Landers ]