> From: Leo Sutic [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, June 24, 2002 8:07 AM
> To: 'Avalon Developers List'
> Subject: RE: Target JDK version
> 
> 
> But we compile against it by default (see framework build.xml).

We compile bytecode compatible with it.  It is important esp. as
JDK 1.4 has changed the way its compiler generates bytecode and we
get java.lang.VerifyError(v) if we try to use it in a prior JDK.
By making the bytecode backwards compatible, we can compile with
JDK 1.4, or 1.5 and still be able to use the jar with JDK 1.3.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to