Return-Path: Delivered-To: apmail-oodt-dev-archive@www.apache.org Received: (qmail 44400 invoked from network); 22 Mar 2011 23:53:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Mar 2011 23:53:30 -0000 Received: (qmail 56295 invoked by uid 500); 22 Mar 2011 23:53:30 -0000 Delivered-To: apmail-oodt-dev-archive@oodt.apache.org Received: (qmail 56278 invoked by uid 500); 22 Mar 2011 23:53:30 -0000 Mailing-List: contact dev-help@oodt.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oodt.apache.org Delivered-To: mailing list dev@oodt.apache.org Delivered-To: moderator for dev@oodt.apache.org Received: (qmail 59131 invoked by uid 99); 22 Mar 2011 01:20:52 -0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of zhoukeran@gmail.com designates 209.85.210.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=C/Jt4eUZDSajp+o8OBj0vEHwLRzANxzOr7muBL1BWhg=; b=QhKyDXMvKKXo+Am87ORloVeGZMybbjsSittnH/7WPLom3DjGZRpfEvLQxBHpuUnipB xwgWjRg5tpD5Uxje9rF2p1oIfJkIVJuwYpdVj6KZxn3Ov2SpE9HruK/H/b79ilxRSvhQ 1IVzLFJ0sWvKncF6BxwdPLQ2ivwvLcr07UAEw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ApEeNBUtwqTtg47Ng3z2CI0gmWg5pdh9271/P05QrhTXsL4DXSK/w9DvR4EBa3j2+c LHvhbe7qM0Vx0h+OLrWXk7/Mpzx7cfaIsn23iHha9iB1YKVBFdayA0EweG8i46ynB63a iX+JtFt39Wcc5IPxXC52KIEedeBlF18LF1OMc= MIME-Version: 1.0 Date: Mon, 21 Mar 2011 18:20:25 -0700 Message-ID: Subject: Eclipse is running in a JRE, but a JDK is required From: keran zhou To: dev@oodt.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi, I've installed the m2eclipse, but when i start my eclipse, it always shows that "Eclipse is running in a JRE, but a JDK is required Some Maven plugins may not work when importing projects or updating source folders." Hence I cannot compile the OODT. would you please tell me how to deal with it? my eclipse.ini is as following: -startup plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.2.R36x_v20101222 -product org.eclipse.epp.package.java.product --launcher.defaultAction openFile --launcher.XXMaxPermSize 256M -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile -vmargs -Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx384m Thank you very much! Keran