(video)
Monthly Archives: September 2006
Don’t be fooled by javac -target 1.4
September 15, 2006 – 11:43 am
In 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; [...]
