Return-Path: Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 2240 invoked from network); 24 May 2003 13:56:54 -0000 Received: from tungsten.btinternet.com (194.73.73.81) by daedalus.apache.org with SMTP; 24 May 2003 13:56:54 -0000 Received: from host217-39-141-176.in-addr.btopenworld.com ([217.39.141.176] helo=oemcomputer) by tungsten.btinternet.com with smtp (Exim 3.22 #23) id 19JZW2-0005RX-00; Sat, 24 May 2003 14:56:54 +0100 Message-ID: <008f01c321fd$1ba5d080$b08d27d9@oemcomputer> From: "Stephen Colebourne" To: "Jakarta Commons Users List" , "Jakarta Commons Developers List" Subject: [general] Anyone running WindowsME? Date: Sat, 24 May 2003 15:02:25 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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)