Yeah, on the page Liam listed above click on your platform. Assuming you are on windows you would go to a page where you'll see (in big black letters):
Download Java 2 SDK, v 1.3.0 Software for Windows 95 / 98 / 2000 / NT 4.0 (Intel Platform)
click on the button below that says "continue" and you'll download the whole java set-up. What you are downloading is known as the JDK (Java Development Kit). This will install on your computer like any other software (with a setup.exe that you double click on). Typically, this means that on your hard drive you will now see a folder called
c:\jdk1.3
Inside there are all the compilers, runtime environment files, utilities for creating jar files, etc. The compiler is in the "bin" directory which assuming you do the typical installation would be at:
c:\jdk1.3\bin
If you go in there you will see a file called "javac.exe". That's the compiler.
Once that's done you can start writing programs and compiling them from a dos prompt by putting you source file in the compiler directory and following the instructions Liam gave above.
Once you figure all that out you may want to put a system path in your autoexec.bat file so that you can compile java from anywhere in your computer. There's a fairly detailed instruction list on how to do this at:
[sig]<p>--Will Duty<br><a href=mailto:wduty@radicalfringe.com>wduty@radicalfringe.com</a><br><a href= > </a><br> [/sig]