Kevin A. Burton wrote: > So you would just have to compile and under JDK 1.2. It would work fine > on JDK 1.1 if you just wrote conditional code that didn't use a VM > specific Security Manager.
Trust me, I wish it were this easy. The signatures changed. It is not sufficient that you call the new interfaces (this could be done through introspection), but you actually need to *implement* interfaces in JDK 1.2 which won't compile in JDK 1.1. - Sam Ruby
