From owner-freebsd-ports@FreeBSD.ORG Tue Nov 1 08:15:12 2005 Return-Path: X-Original-To: ports@freebsd.org 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 8E66C16A41F for ; Tue, 1 Nov 2005 08:15:12 +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 71DE943D46 for ; Tue, 1 Nov 2005 08:15:10 +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 jA18F99V098455; Tue, 1 Nov 2005 10:15:09 +0200 (EET) (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 jA18FNJn050081; Tue, 1 Nov 2005 10:15:24 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <436723DF.7090409@ebs.gr> Date: Tue, 01 Nov 2005 10:14:23 +0200 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: "[LoN]Kamikaze" References: <4365F241.6030505@gmx.de> In-Reply-To: <4365F241.6030505@gmx.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: java/eclipse - /usr/local/bin/eclipse fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2005 08:15:12 -0000 [LoN]Kamikaze wrote: > Unfortunately the start script in /usr/local/bin/eclipse sets the > JAVA_HOME variable and at least in my case causes the javavm wrapper > script installed in /usr/local/bin/java -> /usr/local/bin/javavm which > normally gets the JAVA_HOME from /usr/local/etc/javavms to fail. > > A much more simplified version of the eclipse start script (attached) > that does not mess with the vm wrapper script works fine though. > > I'd suggest to replace the old one, so that the vm wrapper can do what > it's supposed to do. Could you describe how the current script fails for you? What does "env|grep JAVA" show? I haven't heard of any other reports about this. Make sure you have ports/java/eclipse/Makefile rev. 1.42 and ports/java/eclipse/files/eclipse.in rev. 1.6. Cheers, Panagiotis