Java
From DreamsteepWiki
Using the Terminal with Java
javac fileName - compile source.
edit filename - OS X with TextWrangler opens text to edit.
pico filename - Open file with Pico.
Sites
http://javacoffeebreak.com/tutorials/gettingstarted/index.html

