# IBM JDK 1.5 didn't work out so well
This isn't the first weirdness I've had, actually. With IBM's 1.4 JDK if you tried to step into a switch statement during a debugging session, the app would die. You'd expect an IBM-spawned IDE like Eclipse and an IBM JDK to get along better.
I'm back to Sun's 1.5 JDK, which is also guilty of the occasional weird crash, but allows me to do what I need to do, albeit a bit sluggishly. I'm not sure whether to admit defeat and stick with this, or try out the 32 bit JVMs.
File under: java : {2006.03.18 16:38}