From owner-freebsd-java@FreeBSD.ORG Thu Feb 5 16:01:21 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 7986F16A4CE for ; Thu, 5 Feb 2004 16:01:21 -0800 (PST) Received: from nx5.hrz.uni-dortmund.de (nx5.HRZ.Uni-Dortmund.DE [129.217.131.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B30B43D3F for ; Thu, 5 Feb 2004 16:01:20 -0800 (PST) (envelope-from nichtduaberich@gmx.de) Received: from unimail.uni-dortmund.de (mx1.HRZ.Uni-Dortmund.DE [129.217.128.51]) by nx5.hrz.uni-dortmund.de (Postfix) with ESMTP id AC6BF358D; Fri, 6 Feb 2004 01:01:17 +0100 (MET) Received: from gmx.de (pD951F5B3.dip.t-dialin.net [217.81.245.179]) (authenticated (0 bits))i1600tSI020807NOT); Fri, 6 Feb 2004 01:01:03 +0100 (MET) Message-ID: <4022D937.50605@gmx.de> Date: Fri, 06 Feb 2004 01:00:55 +0100 From: Jan Schultze User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040126 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org, =?ISO-8859-1?Q?Gerrit_K=FChn?= References: <20040118184155.GA19562@pmp.uni-hannover.de> In-Reply-To: <20040118184155.GA19562@pmp.uni-hannover.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-MailScanner-Information: UniDo-UniMail X-MailScanner: Found to be clean 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 00:01:21 -0000 Hi everyone, 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. Regards, Jan Gerrit Kühn wrote: > Hi folks, > > I've updated my jdks and Eclipse today to the latest available versions, and > I'm facing the following problem now: > Eclipse doesn't start up correctly with java 1.4. Everything goes fine until > the Eclipse Welcome Screen appears. Then java goes to sleep and Eclipse > doesn't react on keyboard or mouse actions. > Using java 1.3 via -vm commandline option Eclipse startup is ok and > everything seems to work fine. But when I try to install cdt via the upodate > manager it crashes and java coredumps. > > I know that I can use Eclipse 2.1.2 with java 1.4.2p5 on a different > machine. Is p6 broken or am I doing wrong something else? > > > cu > Gerrit