I downloaded eclipse 3.0 R stable build. Downloaded JDK1.5 beta 2.
I installed eclipse and used update manager to install Cheetah.
But only a few JDK1.5 features work. The parameterised class is working but although ArrayList<Integer> list = new ArrayList<Integer>() ; compiles, the line list.add(1, 5) does not compile at all. Any ideas on what I am doing wrong ?
