Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 19141 invoked from network); 7 Sep 2010 21:18:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Sep 2010 21:18:30 -0000 Received: (qmail 78225 invoked by uid 500); 7 Sep 2010 21:18:28 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 78114 invoked by uid 500); 7 Sep 2010 21:18:27 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 78104 invoked by uid 99); 7 Sep 2010 21:18:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Sep 2010 21:18:27 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of waynefay@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qw0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Sep 2010 21:18:19 +0000 Received: by qwb7 with SMTP id 7so3519701qwb.30 for ; Tue, 07 Sep 2010 14:17:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=+pYeKV+Du6pVuQttv1cI+jDjuJEyomWD2/XUgIZrq18=; b=VcX9u3xSmkXGQV9x0lll32QY3Y65yAmgaeic8qJPOALveL2RUnAXC06VidJhbiSmq5 Pzjc+T4SVR1STkZ8thrfiUFcr8loGY8fkkpgZiFY/+lYLpA4pxI1pKKLkqfYIqQWBcGN v1XvUO7m8dRm9sXrG470V+DD2qOG02pGXluJI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=f8K2ViMvaMNk05bxvzj1t/sVgTgtH6PHaVqpSFL84SAC+7LLxIdWsSXLhMyoG0KT7a snbqwGiBaDut01ozsn88iC19Jq2YcKEBtZTA4jdZzgU/iabP9O581mlelTJlpiTqcJ5L gCOOw+0JZX6TSarxZy+I4JZgJrbkS+C/J7ZwU= MIME-Version: 1.0 Received: by 10.224.45.142 with SMTP id e14mr140812qaf.238.1283894261492; Tue, 07 Sep 2010 14:17:41 -0700 (PDT) Received: by 10.229.42.65 with HTTP; Tue, 7 Sep 2010 14:17:41 -0700 (PDT) In-Reply-To: References: <24CF5D9C-EC8F-4F4E-955D-1E0D3A1F1078@vocaro.com> <6381403B-9A1C-4DE6-A590-89802A6B1A04@vocaro.com> Date: Tue, 7 Sep 2010 16:17:41 -0500 Message-ID: Subject: Re: Maven failing due to javac path issue -- Windows From: Wayne Fay To: Maven Users List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org >> I believe that the Java home path given by "mvn -version" on a Windows >> platform points at the jre, not the jdk. Possibly someone on Windows could > > This is normal (also on Linux). I am also curious on "java -version" though This is from a Windows box... C:\>java -version java version "1.6.0_21" Java(TM) SE Runtime Environment (build 1.6.0_21-b07) Java HotSpot(TM) Client VM (build 17.0-b17, mixed mode, sharing) On this box, the highest/latest JDK is 1.6.0_07, so this is definitely reporting the JRE. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org