Is there a OS-neutral method of querying for system (not JVM - I am aware of RuntimeMXBean.getUptime()) uptime in JavaSE 6 ?
Thanks
Is there a OS-neutral method of querying for system (not JVM - I am aware of RuntimeMXBean.getUptime()) uptime in JavaSE 6 ?
Thanks
Yes and no.
so it shoudln't be a big deal that they implement it, since they are writting specific JRE for each platform, which is aware of uptime() version for each OS, and they could easily wrap it into some java call, like getSystemUptime()