From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 16:03:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23F131065672 for ; Mon, 2 Nov 2009 16:03:31 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-px0-f190.google.com (mail-px0-f190.google.com [209.85.216.190]) by mx1.freebsd.org (Postfix) with ESMTP id ECA5D8FC13 for ; Mon, 2 Nov 2009 16:03:30 +0000 (UTC) Received: by pxi28 with SMTP id 28so3267607pxi.7 for ; Mon, 02 Nov 2009 08:03:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=jAyuBz909piq7ijGcehLwI00U2tU+9yqroM2WdmxJzg=; b=S6b8M+YhMx6YfQKyza8HIMVzM+np6D6uXheuWLeqL4Po8CNzBsGuYZKdPQYwzLmL/6 PURUgBzMVSW00ohtDr9z2f8CoAh2zmL7vAV4wcDRSN0vxYZQOcRfiuRm8mb7itb4jrFX w5vTlzwqKztfaWshRRflgBozRYhSl0zS1snd8= 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 :cc:content-type; b=siayA3VI+71S0onhCty52elxBrL81NqggU/Ho1u9UeFPVidm6qUVXCecNV4N9yLp8b YNGg0IVK3lHARi2hAxSV8g6MyOCgahayr3twBw0J5OWItf6XkZ7bWSjVrM+BFiArw4jv kDTH2X+ZOVO7UfB5uHOtfQs2fWOsTt9a+uiFg= MIME-Version: 1.0 Received: by 10.142.6.39 with SMTP id 39mr768930wff.316.1257177810121; Mon, 02 Nov 2009 08:03:30 -0800 (PST) In-Reply-To: <20091102153740.GD12766@borusse.borussiapark> References: <20091102153740.GD12766@borusse.borussiapark> Date: Mon, 2 Nov 2009 10:03:30 -0600 Message-ID: <6201873e0911020803g2bc00523i4aef01d3aec9dc37@mail.gmail.com> From: Adam Vande More To: Alex Huth Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Eclipse & Java 1.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 16:03:31 -0000 On Mon, Nov 2, 2009 at 9:37 AM, Alex Huth wrote: > Hi! > > I want to change my laptop system from Debian to FreeBSD. After installin= g > 8.0 > RC2 in a virtual machine i have tried to install eclipse and changed the > Java > version in the makefile to 1.5, but it still want to install the 1.6 jdk. > > I need the 1.5 version for several reasons, for example VPN account. > > How can i solve the problem? Is java 1.5 also available if i install it o= n > AMD64? On debian this is a Problem. > > Thx > > Alex > > Never be afraid to try something new. > Remember, amateurs built the ark. > Professionals built the Titanic. =97 unknow > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > Does /usr/ports/java/jdk15 not work for you? Can you not install both and tell eclipse to use the 15 jdk? You can try editing /usr/ports/java/eclipse/Makefile to JAVA_VERSION=3D 1= .5 but I have no idea if that will work. jdk15 does work on amd64 --=20 Adam Vande More