Links for installing Java on Linux
Here are several links for getting your Java development up and running on Linux.
How to do a custom installation of Java — This article covers how to install Java using Sun’s Java rpm on Fedora Linux.
Robert Clevenger wrote two articles for Oracle’s OTN (Oracle Technology Network) on getting up and running with Java on Linux. The first article covers installion while the second article covers creating the classic Hello World program using a standard editor (vi or emacs) and ant. One added benefit of the second article is that it includes a quick introduction to emacs and ant.