This is an old revision of the document!
Table of Contents
Java
Editors
jedit, emacs, and Eclipse are installed on the Linux machines.
There are other IDEs available, such as NetBeans and BlueJ that you may want to try.
JavaDocs
- Javadoc: a tool to automatically generate HTML documentation
FAQs and Tutorials
- Object-Oriented Ideas in Java : Java is like writing a trashy Western novel.
Testing and Debugging Help
JUnit
- JUnit: a tool for automatically testing Java code
- JUnit Test Infected: Programmers Love Writing Tests - for version 3.8
