Whose 1.4.2 on what platform???
The only highres timer in 1.4.2 is in the sun specific libs on some platforms (don’t ask me which, i don’;t know.)
NOTHING thats starts with "com.sun." is standard. It is NOT gauranteed to be there in a 1.4.2 platform. Sun is not obligated to retain it between versions or have it on all platforms. com.sun. is what Sun uses internally for our implementation code.
As I said above the only place in the spec you are guaranteed a high res timer is in 1.5 where it will appear somewhere in the java.* or javax.* classes.
Okay, that clear?
Having said that, some people on some platforms in some versions of Sun’s JDK1.4 have found a high res timer buried in the com.sun.* classes. If, given all those issues, you still wish to use it I’m sure they can tell you where they found it.