From owner-freebsd-java@FreeBSD.ORG Sat Jan 24 08:09:34 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 38E8216A4CF for ; Sat, 24 Jan 2004 08:09:34 -0800 (PST) Received: from tino.sinectis.com.ar (tino.sinectis.com.ar [216.244.192.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id C044B43D45 for ; Sat, 24 Jan 2004 08:09:32 -0800 (PST) (envelope-from bfranco@uolsinectis.com.ar) Received: by tino.sinectis.com.ar (Postfix, from userid 99) id E97E46C653; Sat, 24 Jan 2004 13:09:30 -0300 (GMT+3) Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 X-Mailer: Sinectis Webmail 5.6.16-1.4.7 From: bfranco@uolsinectis.com.ar To: never@nevermind.kiev.ua Message-Id: <20040124160930.E97E46C653@tino.sinectis.com.ar> Date: Sat, 24 Jan 2004 13:09:30 -0300 (GMT+3) cc: freebsd-java@freebsd.org Subject: Re: jdk13 only as root? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bfranco@uolsinectis.com.ar List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2004 16:09:34 -0000 The truth is that I had switched back to jdk1.3.1 because eclipse used to hang with jdk1.4.2p6 everytime I opened a file on the editor. Then, I copied from an older freebsd instalation (5.1) a jdk1.4.2p5 to my machine, and eclipse worked ok. I tried your trick on jdk1.3.1, and it still didn't work, so I reinstalled jdk1.4.2p6... guess what??? eclipse works great again. Thanks!!!! >I'm not sure about 1.3.1, but for 1.4.2p6 helped this mapping inlibmap.conf(5): >libc_r.so libkse.so >libc_r.so.5 libkse.so.1 >Please report, if you have success or failure.