On Thu, 26 Sep 2002, jean-frederic clere
<[EMAIL PROTECTED]> wrote:

> Something like the following to check that it is at least 1.3:

much simpler:

Class.forName("java.util.Timer");

take a look at Ant's JavaVersionHelper (in org.apache.tools.ant.util).

Stefan

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

Reply via email to