You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Stephen Colebourne <sc...@btopenworld.com> on 2003/05/24 16:02:25 UTC

[general] Anyone running WindowsME?

If you are, could you please reply with the system property os.name and
os.version?

System.out.println(System.getProperty("os.name"));
System.out.println(System.getProperty("os.version"));

Please also state the JDK version you are running. Ideally I would like the
test run under 1.2 and 1.4, but any info would be useful.

Thanks in advance.

Stephen

(PS. this is for [lang] SystemUtils, and I already have info on other
operating systems)