From owner-freebsd-java@FreeBSD.ORG Thu Feb 5 23:43:53 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 239D316A4CE for ; Thu, 5 Feb 2004 23:43:53 -0800 (PST) Received: from mrelay2.uni-hannover.de (mrelay2.uni-hannover.de [130.75.2.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1295C43D4C for ; Thu, 5 Feb 2004 23:43:28 -0800 (PST) (envelope-from gerrit@pmp.uni-hannover.de) Received: from www.pmp.uni-hannover.de (www.pmp.uni-hannover.de [130.75.117.2])i167ggRJ010733; Fri, 6 Feb 2004 08:42:43 +0100 (MET) Received: by www.pmp.uni-hannover.de (Postfix, from userid 846) id 77E1E50C; Fri, 6 Feb 2004 08:42:37 +0100 (CET) Date: Fri, 6 Feb 2004 08:42:37 +0100 From: Gerrit =?iso-8859-1?Q?K=FChn?= To: Jan Schultze Message-ID: <20040206074237.GB43292@pmp.uni-hannover.de> References: <20040118184155.GA19562@pmp.uni-hannover.de> <4022D937.50605@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4022D937.50605@gmx.de> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD X-Scanned-By: MIMEDefang 2.37 cc: freebsd-java@freebsd.org Subject: Re: Problems with Eclipse and jdk 1.3/1.4 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 07:43:53 -0000 On Fri, Feb 06, 2004 at 01:00:55AM +0100, Jan Schultze wrote: > I had the same problem (FreeBSD 5.2, jdk1.4.2-p6 and Eclipse 2.1.2), but > using libmap.conf to map libkse to libc_r like Greg suggested seems to > solve the problem. The box with this problem is at home and I cannot check it right now. But thanks for the hint anyway, sounds very promising. ;-) However, after reading libmap.conf(5) I still have a question: Actually I would think that I need just a constrained mapping for java. But the manpage explicitly says that this is not a good idea: WARNING! Constrained mappings must never appear first in the configura- tion file. While there is a way to specify the `default'' constraint, its use is not recommended. Maybe my English is not good enough here... I think I don't want a "default" mapping, I want mapping just for java. What entry do you use? cu Gerrit --