Originally posted by russell lloyd:
This is all good if you are writing in C++ but the online machine doesn't work well with java (it is still running 1.1)
It is not uncommon in the real world to have to maintain old code written in some old or obscure dialect of a language. If you think you are always going to be working with JDK 1.5, you are either going to be left in the dust of history in coming years, or be very disappointed when you are assigned to maintain some 20-year old COBOL program (which, believe it or not, is the lifeblood of most established companies).
You can download JDK 1.1
here. Don't forget to download the API documentation so you can keep track of the limitations.