(video)
Archive for September, 2006
Don’t be fooled by javac -target 1.4
# 2006-09-15 11:43:52 -0400 | General / Java | 2 CommentsIn the last couple of weeks, I’ve been pinged a few times by cow orkers in the FishEye development team who were complaining about a mysterious JDK1.5 dependency in our code. Their development builds were breaking on a JDK1.4 JVM with an error like: java.lang.NoSuchMethodError: java.lang.StringBuffer.append(Ljava/lang/CharSequence;)Ljava/lang/StringBuffer; The sweat started pouring the first time I got that complaint; [...]