From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 17:13:04 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 13F99106566B for ; Mon, 2 Nov 2009 17:13:04 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id 7AF468FC0C for ; Mon, 2 Nov 2009 17:13:03 +0000 (UTC) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.2/8.14.2) with ESMTP id nA2HCwwW050692; Mon, 2 Nov 2009 18:12:58 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.2/8.14.2/Submit) id nA2HCwdm050691; Mon, 2 Nov 2009 18:12:58 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Mon, 2 Nov 2009 18:12:58 +0100 From: Ruben de Groot To: Adam Vande More Message-ID: <20091102171258.GA50559@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Adam Vande More , Alex Huth , freebsd-questions@freebsd.org References: <20091102153740.GD12766@borusse.borussiapark> <6201873e0911020803g2bc00523i4aef01d3aec9dc37@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6201873e0911020803g2bc00523i4aef01d3aec9dc37@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Mon, 02 Nov 2009 18:13:01 +0100 (CET) Cc: Alex Huth , 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 17:13:04 -0000 On Mon, Nov 02, 2009 at 10:03:30AM -0600, Adam Vande More typed: > 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 installing > > 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 on > > 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. ? 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= 1.5 > but I have no idea if that will work. I've been bitten by this as well. Of course eclipse works well with java versions <1.6, as it does on all other platforms. Such restrictions in the Makefiles (= instead of >=) are really a showstopper for people who just want to get things done. Ruben