From owner-freebsd-eclipse@FreeBSD.ORG Mon Oct 24 14:30:33 2005 Return-Path: X-Original-To: freebsd-eclipse@freebsd.org Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C024616A41F for ; Mon, 24 Oct 2005 14:30:33 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D5D43D45 for ; Mon, 24 Oct 2005 14:30:31 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j9OEUT9V066603; Mon, 24 Oct 2005 17:30:29 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.158] (pc158.ebs.gr [10.1.1.158]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j9OEUhIK068962; Mon, 24 Oct 2005 17:30:44 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <435CEFEE.6050402@ebs.gr> Date: Mon, 24 Oct 2005 17:30:06 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051008) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Casper Andersen References: <435CED8E.8010806@sophistic.com> In-Reply-To: <435CED8E.8010806@sophistic.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@freebsd.org Subject: Re: eclipse on freebsd 6.0-RC1 JDK1.5-patchset2 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, 24 Oct 2005 14:30:33 -0000 Casper Andersen wrote: > Hey eclipse porter > > I'm wondering if there are anyone having > experience getting eclipse to work using > jdk15 instead of jdk14 ? > > Currently it fails installing on the jdk14 > dependency here. Though in the Makefile > I do see something like JAVA_VERSION= 1.4+ > which I interpret as 1.4 or higher. > > Anyways, thanks for the effort, and if > you have any pointers, I'ld love hearing > 'bout it. If you have both jdk14 and jdk15 installed and you wish to use jdk15 as the default, you have to set the environment variable JAVA_PREFERRED_PORTS to JAVA_PORT_NATIVE_BSDJAVA_JDK_1_5. Cheers, Panagiotis