Web-Based Java Compiler Service
TheSync writes "Ronald Tschalär has set up a Web-based Java compiler service. Just type in your source file names and the JDK you'd like to compiler them with (1.1.8,1.2.2,1.3.1 or 1.4.1), and hit "compile." This makes getting started with Java easier, since you don't have to get the whole JDK."
When I had to do it myself the steps were:
1. javac *.java
Now if I use the website:
1. go to website
2. do a bunch of clicking to upload the files
3. save the files
Wow! That's so much easier!
i could not think of anything clever.