From owner-freebsd-eclipse@FreeBSD.ORG Mon Aug 27 18:27:23 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D59BA16A417 for ; Mon, 27 Aug 2007 18:27:23 +0000 (UTC) (envelope-from indigo23@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.178]) by mx1.freebsd.org (Postfix) with ESMTP id 8ECB113C467 for ; Mon, 27 Aug 2007 18:27:23 +0000 (UTC) (envelope-from indigo23@gmail.com) Received: by el-out-1112.google.com with SMTP id s27so291451ele for ; Mon, 27 Aug 2007 11:27:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CiyBqIY/sQXt8nSUWFEo7TQmbTtOZh/yAGTWnt57AlYxBBjrQdZw3ZW1whVIxmpxLbNRsuSNa9IqRBR8myyhebZF4gutOEVTWlwYxaitDCj5pCSsirD0/ISl2+Y4cAtGh0vN5EDatutxZKcvvV3ZrFAlvOtRvVuMz3GDgNbBoik= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IuuJNZ95aqDdsvNa/KI+WiffQ7JtwjtgjV5jNxKOgIbQ7IHPzlxx4tcLOXKTy0tpCJXIjDBzYKchhFa4Z/iWDlh1mYJUgXaMAR2lCusfr1cSe7ksbzbiTnJXz/tBcI1cYnNvif03+rkfKFcbwcvDgjZ6bUOJB1Q9km9Vc+R2Eps= Received: by 10.114.177.1 with SMTP id z1mr1133963wae.1188239241137; Mon, 27 Aug 2007 11:27:21 -0700 (PDT) Received: by 10.115.90.14 with HTTP; Mon, 27 Aug 2007 11:27:20 -0700 (PDT) Message-ID: <6f50eac40708271127k4962b6b4j98fb5531f5fbfcff@mail.gmail.com> Date: Mon, 27 Aug 2007 14:27:20 -0400 From: "Indigo 23" To: Matt In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6f50eac40708261047o6bcd8459p90cdcd6ee5b9a7d7@mail.gmail.com> <46D1DEC2.6030003@u.washington.edu> <20070827002320.GA93996@misty.eyesbeyond.com> <46D21A24.9010406@u.washington.edu> <6f50eac40708261847n5318e31j6968c01644139ea5@mail.gmail.com> Cc: falexsandro@inbox.com, Garrett Cooper , freebsd-java@freebsd.org, freebsd-ports@freebsd.org, freebsd-eclipse@freebsd.org Subject: Re: Eclipse 3.2.2 on 7.0-CURRENT X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Aug 2007 18:27:23 -0000 Thanks for the info. On 8/27/07, Matt wrote: > On 8/26/07, Indigo 23 wrote: > > > > Do you know if there is there any way to choose which JDK to use when > > building/running things like Eclipse? > > > > I have both JDK16 and diablo-jdk15 installed. > > > > I have this accomplished by adding the following lines to my > /usr/local/etc/javavm_opts.conf file: > > JAVA_HOME=/usr/local/jdk1.6.0 > JAVA_OS=native > JAVA_VENDOR=freebsd > JAVA_VERSION=1.6 >