From owner-freebsd-ports@FreeBSD.ORG Mon Jul 26 08:40:44 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D2B816A4CE; Mon, 26 Jul 2004 08:40:44 +0000 (GMT) Received: from t-mta7.odn.ne.jp (mfep7.odn.ne.jp [143.90.131.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA61743D45; Mon, 26 Jul 2004 08:40:42 +0000 (GMT) (envelope-from sugitk@rio.odn.ne.jp) Received: from localhost ([210.197.246.186]) by t-mta7.odn.ne.jp with ESMTP id <20040726084041840.BRQO.2974.t-mta7.odn.ne.jp@mta7.odn.ne.jp>; Mon, 26 Jul 2004 17:40:41 +0900 Date: Mon, 26 Jul 2004 17:40:38 +0900 (JST) Message-Id: <20040726.174038.78725405.sugitk@rio.odn.ne.jp> To: past@ebs.gr From: SUGIMURA Takashi =?iso-2022-jp?B?GyRCP3lCPBsoQiAbJEI1LjtOGyhC?= In-Reply-To: <4104C179.4060209@ebs.gr> References: <20040725171544.71dc613e.nork@FreeBSD.org> <20040726.130935.74732878.sugitk@rio.odn.ne.jp> <4104C179.4060209@ebs.gr> X-Mailer: Mew version 4.0.65 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: ports@freebsd.org cc: alex@freebsd.org cc: nork@freebsd.org cc: rtdean@cytherianage.net cc: freebsd-java@freebsd.org Subject: Re: HEADS UP: Eclipse 3.0 updated X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2004 08:40:44 -0000 > > I made Eclipse 3.0 from the newest ports, and I found a problem. > > > > At /usr/local/eclipse/eclipse, > > DEFAULT_JAVA_HOME and ECLIPSE_HOME are not set. > > I am not sure what you mean. DEFAULT_JAVA_HOME and ECLIPSE_HOME are set > in /usr/local/bin/eclipse, which in turn calls > /usr/local/eclipse/eclipse. You are supposed to only have > /usr/local/bimn in your $PATH. > I installed Eclipse 3.0 from ports, then /usr/local/bin/eclipse is as follows: ----------------------------------------------------- #!/bin/sh # # FreeBSD-specific startup script for Eclipse Platform # # See: http://www.eclipse.org # # $FreeBSD: ports/java/eclipse/files/eclipse.in,v 1.1 2003/06/17 17:39:48 nork E xp $ # DEFAULT_JAVA_HOME= ECLIPSE_HOME= DEFAULT_JAVA_CMD=java (snipped) ----------------------------------------------------- There are not values to be set properly. --- SUGIMURA Takashi