java.util.Timer?

Archie Cobbs archie at whistle.com
Mon May 8 17:18:57 PDT 2000


Patrick Tullmann writes:
> I have a class that imports javax.swing.* and java.util.*.  It uses a
> class Timer, expecting to get javax.swing.Timer.  When compiling this
> class against Kaffe's Klasses.jar, jikes complains thusly:
> 
> Error: Type Timer is imported on demand from package javax/swing and package java/util.
> 
> What is the class java.util.Timer in Klasses.jar?  I don't see it in
> any of Sun's java documentation, and it only seems to be used by
> 'java.util.TimerTask' which is also specific to Kaffe as far as I can
> tell.

java.util.Timer is specified by JDK 1.3...

   http://java.sun.com/j2se/1.3/docs/api/java/util/Timer.html

-Archie

___________________________________________________________________________
Archie Cobbs   *   Whistle Communications, Inc.  *   http://www.whistle.com


More information about the kaffe mailing list