From: Bill H. <bi...@lo...> - 2003-12-18 08:33:47
|
Hi all, -----Forwarded Message----- > From: Chris Nokleberg <ch...@si...> > To: Bill Horsman <bi...@lo...> > Subject: Re: Cglib and JDK 1.2 > Date: Wed, 17 Dec 2003 17:31:50 -0800 > Hi Bill, > > After looking at it some more I'm not sure we will necessarily want to > make it compile with JDK 1.2. By using the -target and -bootclasspath > options to javac we can compile a binary compatible with JDK 1.2 using a > modern compiler. It will be kind of a pain to test compilation with the > actual javac from JDK 1.2. What do we think about this? I think I can live with JDK 1.2 users having to compile with a modern compiler. The important thing is that it runs flawlessly in JDK 1.2 environments. Most JDK 1.2 users are restrained by their production boxes not their development workstations. And it's not like they *have* to use the source distribution. I'd like to do some testing with Jar file built with JDK 1.4 running in a 1.2 environment. Unless anybody out there is already doing that? Cheers, Bill |